aboutsummaryrefslogtreecommitdiff
path: root/client/gui/overlays/lobby/lobby.tscn
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2025-09-14 20:40:42 +0200
committertpart <tpart120@proton.me>2025-09-14 20:40:48 +0200
commit78c4b8574af169153fbf954a3e03063cbc57a3e6 (patch)
treefec04921831383f13057bc347122a1ed11a2cffe /client/gui/overlays/lobby/lobby.tscn
parent2a43519723e9550bfdf67f0bace9511a07e1fb45 (diff)
downloadhurrycurry-78c4b8574af169153fbf954a3e03063cbc57a3e6.tar
hurrycurry-78c4b8574af169153fbf954a3e03063cbc57a3e6.tar.bz2
hurrycurry-78c4b8574af169153fbf954a3e03063cbc57a3e6.tar.zst
Remove spectate button from lobby menu
Diffstat (limited to 'client/gui/overlays/lobby/lobby.tscn')
-rw-r--r--client/gui/overlays/lobby/lobby.tscn13
1 files changed, 1 insertions, 12 deletions
diff --git a/client/gui/overlays/lobby/lobby.tscn b/client/gui/overlays/lobby/lobby.tscn
index 58ae2add..78894dbd 100644
--- a/client/gui/overlays/lobby/lobby.tscn
+++ b/client/gui/overlays/lobby/lobby.tscn
@@ -1,4 +1,4 @@
-[gd_scene load_steps=17 format=3 uid="uid://bc50la65ntifb"]
+[gd_scene load_steps=16 format=3 uid="uid://bc50la65ntifb"]
[ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://gui/resources/theme/theme.tres" id="1_u18ke"]
[ext_resource type="Script" uid="uid://bssjvsu44l0fn" path="res://gui/overlays/lobby/lobby.gd" id="2_7657i"]
@@ -13,7 +13,6 @@
[ext_resource type="FontFile" uid="uid://5ixo6b3bd3km" path="res://gui/resources/fonts/font-josefin-sans.woff2" id="8_cwbpa"]
[ext_resource type="Texture2D" uid="uid://bsx6fo7mv2u6a" path="res://gui/resources/icons/controller_x.svg" id="9_q14bw"]
[ext_resource type="Script" uid="uid://bd7bylb2t2m0" path="res://gui/components/touch_scroll_container.gd" id="10_bgene"]
-[ext_resource type="Texture2D" uid="uid://cr2a6ide6vnnv" path="res://gui/resources/icons/controller_y.svg" id="11_5uugf"]
[ext_resource type="Script" uid="uid://b1eomxildrq30" path="res://gui/components/controller_button.gd" id="12_7mu2u"]
[sub_resource type="FontVariation" id="FontVariation_5xxr2"]
@@ -165,15 +164,6 @@ layout_mode = 2
theme_override_constants/separation = 15
alignment = 1
-[node name="JoinSpectate" type="Button" parent="Sidebar/Bottom/MarginContainer/VBoxContainer/VBoxContainer"]
-layout_mode = 2
-text = "c.menu.ingame.spectate"
-expand_icon = true
-script = ExtResource("12_7mu2u")
-controller_texture = ExtResource("11_5uugf")
-press_action = "join_spectate"
-metadata/_custom_type_script = "uid://b1eomxildrq30"
-
[node name="Start" type="Button" parent="Sidebar/Bottom/MarginContainer/VBoxContainer/VBoxContainer"]
layout_mode = 2
text = "c.menu.lobby.start"
@@ -187,5 +177,4 @@ metadata/_custom_type_script = "uid://b1eomxildrq30"
[connection signal="pressed" from="Sidebar/Bottom/MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer/Left" to="." method="_on_left_pressed"]
[connection signal="pressed" from="Sidebar/Bottom/MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer2/Right" to="." method="_on_right_pressed"]
[connection signal="toggled" from="Sidebar/Bottom/MarginContainer/VBoxContainer/Bots/EnableBots" to="." method="_on_enable_bots_toggled"]
-[connection signal="pressed" from="Sidebar/Bottom/MarginContainer/VBoxContainer/VBoxContainer/JoinSpectate" to="." method="_on_join_spectate_pressed"]
[connection signal="pressed" from="Sidebar/Bottom/MarginContainer/VBoxContainer/VBoxContainer/Start" to="." method="_on_start_pressed"]