aboutsummaryrefslogtreecommitdiff
path: root/client/menu/game.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu/game.gd')
-rw-r--r--client/menu/game.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/menu/game.gd b/client/menu/game.gd
index 70f28636..e0a89c6e 100644
--- a/client/menu/game.gd
+++ b/client/menu/game.gd
@@ -26,6 +26,7 @@ class_name GameMenu
func _ready():
get_tree().get_root().connect("go_back_requested", open_ingame_menu)
super()
+ transition.set_loading_text("Connecting...")
func _input(_event):
if Input.is_action_just_pressed("ui_menu"):