aboutsummaryrefslogtreecommitdiff
path: root/client/menu/menu.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu/menu.gd')
-rw-r--r--client/menu/menu.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/menu/menu.gd b/client/menu/menu.gd
index a911ca83..5e7ba34c 100644
--- a/client/menu/menu.gd
+++ b/client/menu/menu.gd
@@ -54,6 +54,7 @@ func quit():
get_parent().quit()
func replace_menu(path: String):
+ print("Replace menu: ", path)
if popup != null: await popup.exit()
await menu_anim_exit()
get_parent().add_child(load(path).instantiate())