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 c0e002f783 - Show all commits
+1 -1
View File
@@ -92,7 +92,7 @@ public partial class FightInstance : Node2D //TODO: remake
break;
case FightStateManager.FightState.PlayerWinAnim:
_fightEndText.Text = "You Win!";
GetTree().CreateTimer(3).Timeout += () => _fightStateManager.CurrentFightState = FightStateManager.FightState.None;
GetTree().CreateTimer(1.5).Timeout += () => _fightStateManager.CurrentFightState = FightStateManager.FightState.None;
break;
case FightStateManager.FightState.EnemyWinAnim:
_fightEndText.Text = "You Died :(";