feature/showcase_kathi #12

Merged
Jonathan merged 73 commits from feature/showcase_kathi into develop 2025-07-23 12:37:50 +02:00
Showing only changes of commit 92c3f5e054 - Show all commits
+1 -1
View File
@@ -243,7 +243,7 @@ public partial class FightInstance : Node2D //TODO: remake
private void ShowTargetButtons()
{
_enemyFighters.ForEach(f => f.ShowTargetButtons());
_enemyFighters.Where(f=>!f.IsDead()).ForEach(f => f.ShowTargetButtons());
}
public void SelectTargetAndAttack(Fighter fighter)