feat: stage sequence, ghost collisions & energizer logic, text color method, scheduler ordering

This commit is contained in:
Ryan Walters
2025-08-28 12:40:02 -05:00
parent f14b3d38a4
commit 80ebf08dd3
12 changed files with 624 additions and 64 deletions

View File

@@ -34,6 +34,8 @@ pub enum SystemId {
Collision,
Item,
PlayerMovement,
GhostCollision,
Stage,
}
impl Display for SystemId {