Skip to content

Commit d8757e7

Browse files
authored
chore: Rename folder and remove commented code (#4)
1 parent dc6c7f6 commit d8757e7

17 files changed

+8
-18
lines changed
File renamed without changes.

unity-csharp-basic/Assets/Scripts/Systems/ExampleAssembly.asmdef renamed to unity-csharp-basic/Assets/Scripts/Ecsact/ExampleAssembly.asmdef

File renamed without changes.

unity-csharp-basic/Assets/Scripts/Systems/ExampleAssembly.asmdef.meta renamed to unity-csharp-basic/Assets/Scripts/Ecsact/ExampleAssembly.asmdef.meta

File renamed without changes.

unity-csharp-basic/Assets/Scripts/Systems/NestedSystems.meta renamed to unity-csharp-basic/Assets/Scripts/Ecsact/NestedSystems.meta

File renamed without changes.

unity-csharp-basic/Assets/Scripts/Systems/NestedSystems/CollisionSystem.cs renamed to unity-csharp-basic/Assets/Scripts/Ecsact/NestedSystems/CollisionSystem.cs

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,6 @@ public static void
2424
position.x = position.prev_x;
2525
position.y = position.prev_y;
2626

27-
// if (position.x < otherPos.x)
28-
// {
29-
// velocity.x_value = -0.5f;
30-
// }
31-
// else
32-
// {
33-
// velocity.x_value = 0.5f;
34-
// }
35-
36-
// if (position.y < otherPos.y)
37-
// {
38-
// velocity.y_value = -0.5f;
39-
// }
40-
// else
41-
// {
42-
// velocity.y_value = 0.5f;
43-
// }
44-
4527
velocity.x_value = -velocity.x_value * 0.5f;
4628
velocity.y_value = -velocity.y_value * 0.5f;
4729

unity-csharp-basic/Assets/Scripts/Systems/NestedSystems/CollisionSystem.cs.meta renamed to unity-csharp-basic/Assets/Scripts/Ecsact/NestedSystems/CollisionSystem.cs.meta

File renamed without changes.

unity-csharp-basic/Assets/Scripts/Ecsact/Systems.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

unity-csharp-basic/Assets/Scripts/Systems/BasicExampleSystem.cs renamed to unity-csharp-basic/Assets/Scripts/Ecsact/Systems/BasicExampleSystem.cs

File renamed without changes.

unity-csharp-basic/Assets/Scripts/Systems/BasicExampleSystem.cs.meta renamed to unity-csharp-basic/Assets/Scripts/Ecsact/Systems/BasicExampleSystem.cs.meta

File renamed without changes.

unity-csharp-basic/Assets/Scripts/Systems/GenerateBlockSystem.cs renamed to unity-csharp-basic/Assets/Scripts/Ecsact/Systems/GenerateBlockSystem.cs

File renamed without changes.

0 commit comments

Comments
 (0)