Death animation

This commit is contained in:
2025-11-30 21:37:31 -08:00
parent c491ea5050
commit 8f8cc217dc
11 changed files with 338 additions and 146 deletions

View File

@@ -333,8 +333,8 @@ public partial class Game : Node3D, IGame
})
.Handle((in GameState.Output.GameOver _) =>
{
GameRepo.Pause();
DeathMenu.FadeIn();
//GameRepo.Pause();
//DeathMenu.FadeIn();
});
}