Collision test

This commit is contained in:
Rendo 2025-11-15 10:26:49 +05:00
commit 0181ad7f2d
3 changed files with 34 additions and 1 deletions

4
src/damagable/enemy.rs Normal file
View file

@ -0,0 +1,4 @@
use bevy::ecs::component::Component;
#[derive(Component)]
pub struct Enemy;