diff options
author | nokoe <nokoe@mailbox.org> | 2024-07-08 14:24:34 +0200 |
---|---|---|
committer | nokoe <nokoe@mailbox.org> | 2024-07-08 14:24:34 +0200 |
commit | 535db64a8fc2ed95393eb5ca7facedcf179b8f63 (patch) | |
tree | 33860ace7c4f90b69de58f0d91cd522944b43bea /client/menu/lobby.tscn | |
parent | 3eb17b6d3e5a95e997d1dfd38eaac56cbf169177 (diff) | |
download | hurrycurry-535db64a8fc2ed95393eb5ca7facedcf179b8f63.tar hurrycurry-535db64a8fc2ed95393eb5ca7facedcf179b8f63.tar.bz2 hurrycurry-535db64a8fc2ed95393eb5ca7facedcf179b8f63.tar.zst |
add join button
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" |