Move ship & bullet to the objects module
This commit is contained in:
@@ -23,3 +23,9 @@ impl AsteroidSize {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Component)]
|
||||
pub struct Ship;
|
||||
|
||||
#[derive(Component)]
|
||||
pub struct Bullet;
|
||||
|
||||
Reference in New Issue
Block a user