✨ made dead fighters shrink to telegraph to the player that they are dead
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user