Death animation
This commit is contained in:
@@ -333,8 +333,8 @@ public partial class Game : Node3D, IGame
|
||||
})
|
||||
.Handle((in GameState.Output.GameOver _) =>
|
||||
{
|
||||
GameRepo.Pause();
|
||||
DeathMenu.FadeIn();
|
||||
//GameRepo.Pause();
|
||||
//DeathMenu.FadeIn();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user