aboutsummaryrefslogtreecommitdiff
path: root/client/menu/ingame_menu.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu/ingame_menu.gd')
-rw-r--r--client/menu/ingame_menu.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/menu/ingame_menu.gd b/client/menu/ingame_menu.gd
index 9987f8ca..4752c382 100644
--- a/client/menu/ingame_menu.gd
+++ b/client/menu/ingame_menu.gd
@@ -14,7 +14,7 @@ func deact():
hide()
func _on_main_menu_pressed():
- get_parent().transition_to("res://menu/main_menu.tscn")
+ get_parent().transition_to("res://menu/menu_manager.tscn")
func _on_quit_pressed():
get_parent().quit()