diff options
Diffstat (limited to 'client/menu/lobby.tscn')
-rw-r--r-- | client/menu/lobby.tscn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/menu/lobby.tscn b/client/menu/lobby.tscn index df58915c..8510b995 100644 --- a/client/menu/lobby.tscn +++ b/client/menu/lobby.tscn @@ -60,6 +60,7 @@ layout_mode = 2 theme_override_constants/separation = 24 [node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/Bottom/MarginContainer/VBoxContainer"] +visible = false layout_mode = 2 alignment = 1 @@ -99,7 +100,7 @@ layout_mode = 2 [node name="ControllerButton" parent="VBoxContainer/Bottom/MarginContainer/VBoxContainer/CenterContainer" instance=ExtResource("7_t6mox")] custom_minimum_size = Vector2(148, 0) layout_mode = 2 -text = "Start Game" +text = "Join Game" expand_icon = true controller_texture = ExtResource("9_q14bw") press_action = "start_game" |