feat(ecs): basic-tower #28

Merged
Amoroc merged 3 commits from feat/basic-tower into main 2026-08-27 13:32:53 +00:00
Owner
No description provided.
Superkooka changed title from feat/basic-tower to feat(ecs): basic-tower 2026-08-18 18:08:46 +00:00
Lines 52-58
@ -55,3 +52,7 @@
{
Console.WriteLine($"{position.Coordinates}");
}
// [Query]
// [All<Position>]
// [MethodImpl(MethodImplOptions.AggressiveInlining)]
// private void PrintCoordinate(ref Position position)
// {
// Console.WriteLine($"{position.Coordinates}");
// }
Author
Owner

should be deleted

should be deleted
Superkooka marked this conversation as resolved
Lines 52-58
@ -0,0 +49,10 @@
}
}
// [Query]
// [All<Position>]
// [MethodImpl(MethodImplOptions.AggressiveInlining)]
// private void PrintCoordinate(ref Position position)
// {
// Console.WriteLine($"{position.Coordinates}");
// }
Author
Owner

should be deleted

should be deleted
Superkooka marked this conversation as resolved
@ -34,6 +34,8 @@ public class GameScene : AbstractScene
{
UpdateSystems.Initialize();
UpdateSystems.Add(new MovementSystem(_world));
UpdateSystems.Add(new LifeCycleSystem(_world));
Author
Owner

LifeCycleSystem should be the first executed ig

LifeCycleSystem should be the first executed ig
Amoroc merged commit 86e4d1626b into main 2026-08-27 13:32:53 +00:00
Amoroc deleted branch feat/basic-tower 2026-08-27 13:32:53 +00:00
Amoroc referenced this pull request from a commit 2026-08-27 13:32:55 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
Jasper-Developement-Team/jasper!28
No description provided.