mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-14 10:12:26 -06:00
feat: stage sequence, ghost collisions & energizer logic, text color method, scheduler ordering
This commit is contained in:
@@ -34,6 +34,8 @@ pub enum SystemId {
|
||||
Collision,
|
||||
Item,
|
||||
PlayerMovement,
|
||||
GhostCollision,
|
||||
Stage,
|
||||
}
|
||||
|
||||
impl Display for SystemId {
|
||||
|
||||
Reference in New Issue
Block a user