aboutsummaryrefslogtreecommitdiff
path: root/client/menu/lobby.tscn
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-07 21:17:47 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-07 21:17:47 +0200
commitfd46def1ebc10d1f2ee4f4447f33e2dfb35986d2 (patch)
tree9d7f17608879ea194afba67636cf52d54d4541a5 /client/menu/lobby.tscn
parent1406127825e30514dc13909c583895fd682c7107 (diff)
parent793cda76a2bc39680088f655d06d1513b6e05a42 (diff)
downloadhurrycurry-fd46def1ebc10d1f2ee4f4447f33e2dfb35986d2.tar
hurrycurry-fd46def1ebc10d1f2ee4f4447f33e2dfb35986d2.tar.bz2
hurrycurry-fd46def1ebc10d1f2ee4f4447f33e2dfb35986d2.tar.zst
Merge branch 'master' of https://codeberg.org/metamuffin/undercooked
Diffstat (limited to 'client/menu/lobby.tscn')
-rw-r--r--client/menu/lobby.tscn7
1 files changed, 3 insertions, 4 deletions
diff --git a/client/menu/lobby.tscn b/client/menu/lobby.tscn
index 38b2a5b9..df58915c 100644
--- a/client/menu/lobby.tscn
+++ b/client/menu/lobby.tscn
@@ -8,7 +8,7 @@
[ext_resource type="Texture2D" uid="uid://b33qmctbpf48g" path="res://menu/arrow_hover.svg" id="5_odwav"]
[ext_resource type="Texture2D" uid="uid://by3qsrpxnfq4w" path="res://menu/arrow_focus.svg" id="6_tulu3"]
[ext_resource type="PackedScene" uid="uid://b1f7bgn65j7b5" path="res://menu/controller_buttons/controller_button.tscn" id="7_t6mox"]
-[ext_resource type="Texture2D" uid="uid://bgkhnp15u1utp" path="res://menu/controller_buttons/a.svg" id="8_chn2q"]
+[ext_resource type="Texture2D" uid="uid://bsx6fo7mv2u6a" path="res://menu/controller_buttons/x.svg" id="9_q14bw"]
[node name="Lobby" type="Control" groups=["no_auto_focus"]]
layout_mode = 3
@@ -100,10 +100,9 @@ layout_mode = 2
custom_minimum_size = Vector2(148, 0)
layout_mode = 2
text = "Start Game"
-icon = ExtResource("8_chn2q")
expand_icon = true
-controller_texture = ExtResource("8_chn2q")
-press_action = "ui_accept"
+controller_texture = ExtResource("9_q14bw")
+press_action = "start_game"
[connection signal="pressed" from="VBoxContainer/Bottom/MarginContainer/VBoxContainer/HBoxContainer/Left" to="." method="_on_left_pressed"]
[connection signal="pressed" from="VBoxContainer/Bottom/MarginContainer/VBoxContainer/HBoxContainer/Right" to="." method="_on_right_pressed"]