player can take damage

This commit is contained in:
2025-04-02 11:33:01 +08:00
parent f967b1b0da
commit 4652bc4563
8 changed files with 120 additions and 50 deletions

View File

@@ -3,8 +3,8 @@ use crate::{
GameState,
aim::AimState,
billboards::Billboard,
hitpoints::Hit,
loading_assets::GameAssets,
npc::Hit,
physics_layers::GameLayer,
player::{Player, PlayerRig},
sounds::PlaySound,