summaryrefslogtreecommitdiff
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.gd3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/menu/ingame_menu.gd b/client/menu/ingame_menu.gd
index 7a6d8e1a..21bfa8ac 100644
--- a/client/menu/ingame_menu.gd
+++ b/client/menu/ingame_menu.gd
@@ -7,3 +7,6 @@ func _on_main_menu_pressed():
func _on_quit_pressed():
get_parent().quit()
+
+func _on_reconnect_pressed():
+ get_parent().transition_to("res://game.tscn")