mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-06 03:15:48 -06:00
feat: proper scheduling via SystemSet, non-conditional game systems, better collision handling
This commit is contained in:
@@ -54,5 +54,5 @@ pub enum CollisionTrigger {
|
||||
ghost_type: Ghost,
|
||||
},
|
||||
/// Pac-Man collided with an item
|
||||
ItemCollision { pacman: Entity, item: Entity },
|
||||
ItemCollision { item: Entity },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user