Move Asteroid components to the objects.rs mod

This commit is contained in:
2025-08-11 22:44:05 -05:00
parent f4484f759f
commit f5ff7c8779
5 changed files with 31 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
use bevy::prelude::*;
use crate::asteroids::AsteroidSize;
use crate::objects::AsteroidSize;
/// Signals that the player's ship has been destroyed.
/// Used when the player collides with an asteroid.