aboutsummaryrefslogtreecommitdiff
path: root/client/menu/play.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu/play.tscn')
-rw-r--r--client/menu/play.tscn149
1 files changed, 0 insertions, 149 deletions
diff --git a/client/menu/play.tscn b/client/menu/play.tscn
deleted file mode 100644
index 6a7d5fdd..00000000
--- a/client/menu/play.tscn
+++ /dev/null
@@ -1,149 +0,0 @@
-[gd_scene load_steps=9 format=3 uid="uid://c8url5fpttbem"]
-
-[ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://menu/theme/theme/theme.tres" id="1_cckds"]
-[ext_resource type="Script" uid="uid://b126k2228nj4s" path="res://menu/play.gd" id="2_phxx0"]
-[ext_resource type="Material" uid="uid://2j8a0c0a2ta5" path="res://menu/theme/materials/blur_material.tres" id="3_fsbt7"]
-[ext_resource type="Script" uid="uid://byshs20og68tn" path="res://menu/smart_margin_container.gd" id="4_gst6r"]
-[ext_resource type="Script" uid="uid://bd7bylb2t2m0" path="res://menu/auto_setup/scroll_container_custom.gd" id="5_cm120"]
-[ext_resource type="FontFile" uid="uid://bo4vh5xkpvrh1" path="res://menu/theme/fonts/font-sansita-swashed.woff2" id="5_ojpbf"]
-
-[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ukani"]
-
-[sub_resource type="FontVariation" id="FontVariation_htgmg"]
-base_font = ExtResource("5_ojpbf")
-variation_embolden = 0.5
-
-[node name="PlayMenu" type="Control"]
-layout_mode = 3
-anchors_preset = 15
-anchor_right = 1.0
-anchor_bottom = 1.0
-grow_horizontal = 2
-grow_vertical = 2
-theme = ExtResource("1_cckds")
-script = ExtResource("2_phxx0")
-support_anim = false
-
-[node name="side" type="PanelContainer" parent="."]
-material = ExtResource("3_fsbt7")
-layout_mode = 1
-anchors_preset = 9
-anchor_bottom = 1.0
-offset_right = 294.0
-grow_vertical = 2
-theme_override_styles/panel = SubResource("StyleBoxFlat_ukani")
-
-[node name="margin" type="MarginContainer" parent="side"]
-layout_mode = 2
-theme_override_constants/margin_left = 20
-theme_override_constants/margin_top = 20
-theme_override_constants/margin_right = 20
-theme_override_constants/margin_bottom = 20
-script = ExtResource("4_gst6r")
-
-[node name="options" type="VBoxContainer" parent="side/margin"]
-layout_mode = 2
-
-[node name="title" type="Label" parent="side/margin/options"]
-auto_translate_mode = 2
-layout_mode = 2
-theme_override_colors/font_outline_color = Color(0.566408, 0.208917, 0.266045, 1)
-theme_override_constants/outline_size = 10
-theme_override_fonts/font = SubResource("FontVariation_htgmg")
-theme_override_font_sizes/font_size = 48
-text = "Hurry Curry!"
-
-[node name="spacer" type="Control" parent="side/margin/options"]
-custom_minimum_size = Vector2(0, 10)
-layout_mode = 2
-
-[node name="second" type="VBoxContainer" parent="side/margin/options"]
-layout_mode = 2
-size_flags_vertical = 3
-
-[node name="Loading" type="Label" parent="side/margin/options/second"]
-visible = false
-layout_mode = 2
-size_flags_horizontal = 3
-text = "c.menu.play.fetching_list"
-horizontal_alignment = 1
-
-[node name="NoServers" type="Label" parent="side/margin/options/second"]
-visible = false
-layout_mode = 2
-size_flags_horizontal = 3
-text = "c.menu.play.no_servers"
-horizontal_alignment = 1
-
-[node name="ScrollContainerCustom" type="ScrollContainer" parent="side/margin/options/second"]
-layout_mode = 2
-size_flags_vertical = 3
-horizontal_scroll_mode = 0
-script = ExtResource("5_cm120")
-
-[node name="ServerList" type="VBoxContainer" parent="side/margin/options/second/ScrollContainerCustom"]
-layout_mode = 2
-size_flags_horizontal = 3
-
-[node name="spacer" type="Control" parent="side/margin/options/second"]
-custom_minimum_size = Vector2(0, 10)
-layout_mode = 2
-
-[node name="connect" type="HBoxContainer" parent="side/margin/options/second"]
-layout_mode = 2
-
-[node name="uri" type="LineEdit" parent="side/margin/options/second/connect"]
-auto_translate_mode = 2
-layout_mode = 2
-size_flags_horizontal = 3
-placeholder_text = "wss://example.org"
-
-[node name="connect" type="Button" parent="side/margin/options/second/connect"]
-layout_mode = 2
-text = "c.menu.play.connect"
-
-[node name="server" type="HBoxContainer" parent="side/margin/options/second"]
-layout_mode = 2
-
-[node name="control" type="Button" parent="side/margin/options/second/server"]
-layout_mode = 2
-size_flags_horizontal = 3
-text = "c.menu.play.server"
-alignment = 0
-
-[node name="connect" type="Button" parent="side/margin/options/second/server"]
-layout_mode = 2
-text = "c.menu.play.connect"
-
-[node name="editor" type="HBoxContainer" parent="side/margin/options/second"]
-layout_mode = 2
-
-[node name="control" type="Button" parent="side/margin/options/second/editor"]
-layout_mode = 2
-size_flags_horizontal = 3
-text = "c.menu.play.editor"
-alignment = 0
-
-[node name="connect" type="Button" parent="side/margin/options/second/editor"]
-layout_mode = 2
-text = "c.menu.play.connect"
-
-[node name="spacer2" type="Control" parent="side/margin/options/second"]
-custom_minimum_size = Vector2(0, 10)
-layout_mode = 2
-
-[node name="back" type="Button" parent="side/margin/options/second"]
-layout_mode = 2
-text = "c.menu.back"
-alignment = 0
-
-[node name="VBoxContainer" type="VBoxContainer" parent="side/margin/options/second"]
-layout_mode = 2
-
-[connection signal="text_changed" from="side/margin/options/second/connect/uri" to="." method="_on_uri_text_changed"]
-[connection signal="pressed" from="side/margin/options/second/connect/connect" to="." method="_on_connect_pressed"]
-[connection signal="pressed" from="side/margin/options/second/server/control" to="." method="_on_server_control_pressed"]
-[connection signal="pressed" from="side/margin/options/second/server/connect" to="." method="_on_server_connect_pressed"]
-[connection signal="pressed" from="side/margin/options/second/editor/control" to="." method="_on_editor_control_pressed"]
-[connection signal="pressed" from="side/margin/options/second/editor/connect" to="." method="_on_editor_connect_pressed"]
-[connection signal="pressed" from="side/margin/options/second/back" to="." method="_on_back_pressed"]