feat: collision helper, ghost/pacman collision events, collision tests

minor format updates from copilot's commit
This commit is contained in:
Ryan Walters
2025-08-27 22:26:49 -05:00
parent 67a5c4a1ed
commit 9624bcf359
6 changed files with 206 additions and 40 deletions

View File

@@ -193,8 +193,6 @@ fn test_item_system_ignores_non_item_collisions() {
assert_eq!(ghost_count, 1);
}
#[test]
fn test_item_system_no_collision_events() {
let mut world = create_test_world();