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

@@ -4,7 +4,7 @@ mod thrown;
use crate::{
GameState,
heads::ActiveHeads,
npc::Hit,
hitpoints::Hit,
player::{Player, PlayerRig},
sounds::PlaySound,
tb_entities::EnemySpawn,