made dead fighters shrink to telegraph to the player that they are dead

This commit is contained in:
jonathan
2025-11-04 16:42:16 +01:00
parent e864c62a3a
commit f51275ccc0
2 changed files with 11 additions and 13 deletions
@@ -59,7 +59,7 @@ public partial class AllFightersVisual : Node
if (from == FightHappening.FightState.ActionAnim)
{
_fighterVisuals.Values.ForEach(fv => fv.UpdateHealthBar());
_fighterVisuals.Values.ForEach(fv => fv.UpdateVisuals());
}
}