Add bullet on-impact despawning system

This commit is contained in:
2025-08-10 18:43:56 -05:00
parent 364fbd7530
commit cdd665cc93
2 changed files with 10 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ impl Plugin for AsteroidPlugin {
physics::wrap_entities,
asteroids::tick_asteroid_manager,
asteroids::spawn_asteroid.after(asteroids::tick_asteroid_manager),
ship::bullet_impact_listener,
collision_listener,
// TODO: Remove debug printing
debug_collision_event_printer,