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,5 +1,6 @@
use crate::{
GameState,
active_heads::HeadChanged,
alien::Animations,
camera::{CameraArmRotation, CameraTarget},
cash::{Cash, CashCollectEvent},
@@ -7,7 +8,6 @@ use crate::{
Controls,
controller::{CharacterControllerBundle, MovementBundle, PlayerMovement},
},
heads_ui::HeadChanged,
loading_assets::GameAssets,
physics_layers::GameLayer,
sounds::PlaySound,