summaryrefslogtreecommitdiffstats
path: root/pause_menu_system.gd
diff options
context:
space:
mode:
Diffstat (limited to 'pause_menu_system.gd')
-rw-r--r--pause_menu_system.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/pause_menu_system.gd b/pause_menu_system.gd
index 75d211e..0a90db7 100644
--- a/pause_menu_system.gd
+++ b/pause_menu_system.gd
@@ -13,5 +13,5 @@ func _on_quit_button_pressed() -> void:
var menu: PauseMenu = get_parent()
var top: Top = menu.get_parent()
- top.get_transition_player().room_transition(null, "res://room_main_menu.tscn", null)
+ top.get_transition_player().room_transition(null, "res://rooms/main_menu.tscn", null)
top.toggle_pause()