Collision test
This commit is contained in:
parent
feb72f9d32
commit
0181ad7f2d
3 changed files with 34 additions and 1 deletions
4
src/damagable/enemy.rs
Normal file
4
src/damagable/enemy.rs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
use bevy::ecs::component::Component;
|
||||
|
||||
#[derive(Component)]
|
||||
pub struct Enemy;
|
||||
Loading…
Add table
Add a link
Reference in a new issue