ammo system

* heads have abilities
* health and ammo shows in ui
This commit is contained in:
2025-04-02 01:35:02 +08:00
parent 8187eb58a9
commit 01e6e944d3
13 changed files with 360 additions and 234 deletions

View File

@@ -1,4 +1,5 @@
mod abilities;
mod active_heads;
mod aim;
mod alien;
mod backpack;
@@ -116,6 +117,7 @@ fn main() {
app.add_plugins(loading_map::plugin);
app.add_plugins(sprite_3d_animation::plugin);
app.add_plugins(abilities::plugin);
app.add_plugins(active_heads::plugin);
app.init_state::<GameState>();