Create the asteroid splitter to break down rocks.
Some checks failed
Basic checks / Basic build-and-test supertask (push) Has been cancelled

This commit is contained in:
2025-08-10 20:45:08 -05:00
parent 3d28d489b0
commit 45b1fe751f
2 changed files with 56 additions and 1 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),
asteroids::split_asteroids,
ship::bullet_impact_listener,
collision_listener,
// TODO: Remove debug printing