Fix mystery items not spawning, adjust spawning rates, fix pause/unpausing for debug menu

This commit is contained in:
2026-06-13 01:26:38 -07:00
parent 8575cd6ddf
commit 3ab491e0af
13 changed files with 288 additions and 22 deletions
-2
View File
@@ -398,12 +398,10 @@ public partial class Game : Node3D, IGame
})
.Handle((in GameState.Output.OpenDebugMenu _) =>
{
GameRepo.Pause();
InGameUI.DebugMenu.Show();
})
.Handle((in GameState.Output.CloseDebugMenu _) =>
{
GameRepo.Resume();
InGameUI.DebugMenu.Hide();
})
.Handle((in GameState.Output.OpenTeleportScreen _) =>