generated from 2ndbeam/bevy-template
feat: Dummy enemy and attack hit detection
This commit is contained in:
parent
be36504a00
commit
a41cf4879e
7 changed files with 140 additions and 14 deletions
|
|
@ -26,7 +26,7 @@ impl Plugin for GamePlugin {
|
|||
.insert_resource(BpmTimer::new(120.))
|
||||
.add_systems(Startup, (
|
||||
setup,
|
||||
setup_animated_sprite,
|
||||
setup_animated_sprite_dummy,
|
||||
))
|
||||
.add_systems(Update, (
|
||||
anim::sprite::update_animated_sprites,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue