generated from 2ndbeam/bevy-template
feat: Working AnimatedSprite
This commit is contained in:
parent
4646a27978
commit
254704135c
3 changed files with 119 additions and 42 deletions
|
|
@ -23,8 +23,12 @@ impl Plugin for GamePlugin {
|
|||
|
||||
StateMachinePlugin::default(),
|
||||
))
|
||||
.add_systems(Startup, setup)
|
||||
.add_systems(Startup, (
|
||||
setup,
|
||||
setup_animated_sprite,
|
||||
))
|
||||
.add_systems(Update, (
|
||||
anim::sprite::update_animated_sprites,
|
||||
combat::attack::update_attack_areas,
|
||||
player::systems::handle_input,
|
||||
timer::update_bpm_timers,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue