From edbd4a182b35ceb17d9d504ed72014702ed55279 Mon Sep 17 00:00:00 2001 From: jonathan Date: Tue, 11 Nov 2025 10:19:37 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8Removed=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/CSharp/Common/Fight/FighterVisual.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/CSharp/Common/Fight/FighterVisual.cs b/scripts/CSharp/Common/Fight/FighterVisual.cs index 4b0bb60..04d1002 100644 --- a/scripts/CSharp/Common/Fight/FighterVisual.cs +++ b/scripts/CSharp/Common/Fight/FighterVisual.cs @@ -39,9 +39,6 @@ public partial class FighterVisual : Node2D _boundFighter.IsDead() ? .3f : 1); healthBarVisual.UpdateHealth(_boundFighter.GetHealth(), _boundFighter.maxHealth); - - //if (_boundFighter.IsDead()) - // _visualParent.Scale = new Vector2(1.4f, 0.3f); } public void SetTargetSelectionActive(bool value)