Audio fade

This commit is contained in:
2026-02-12 22:42:18 -08:00
parent c755485855
commit 9615e1e251
13 changed files with 77 additions and 67 deletions

View File

@@ -383,7 +383,6 @@ public partial class Game : Node3D, IGame
private void FloorClearMenu_Exit()
{
_player.Deactivate();
_map.ClearMap();
InGameUI.Hide();
}