summaryrefslogtreecommitdiff
path: root/scenes/ui/title.tscn
diff options
context:
space:
mode:
authorRadio <radiohotline@disroot.org>2026-06-04 15:15:11 +0300
committerRadio <radiohotline@disroot.org>2026-06-04 15:15:11 +0300
commit9d74b49ab62908d4acf53dde444413886b8b28e5 (patch)
tree0cb785267ea7e239b19d88684c0d64b9bd5d52f0 /scenes/ui/title.tscn
parent2c85d452ad02a5f89cd43bad7f9de31d0e4fa0c1 (diff)
escoria setup and old branch archives
Diffstat (limited to 'scenes/ui/title.tscn')
-rw-r--r--scenes/ui/title.tscn72
1 files changed, 0 insertions, 72 deletions
diff --git a/scenes/ui/title.tscn b/scenes/ui/title.tscn
deleted file mode 100644
index 91d47e9..0000000
--- a/scenes/ui/title.tscn
+++ /dev/null
@@ -1,72 +0,0 @@
-[gd_scene format=3 uid="uid://c2cmda8vfq0lb"]
-
-[ext_resource type="Script" uid="uid://befvsvog6282s" path="res://scenes/ui/menu.gd" id="1_g80e2"]
-[ext_resource type="PackedScene" uid="uid://dj2dk1g7jnk23" path="res://scenes/ui/title_button.tscn" id="1_t6us6"]
-
-[node name="Title" type="CanvasLayer" unique_id=1428349657]
-script = ExtResource("1_g80e2")
-
-[node name="Control" type="Control" parent="." unique_id=930849088]
-layout_mode = 3
-anchors_preset = 15
-anchor_right = 1.0
-anchor_bottom = 1.0
-grow_horizontal = 2
-grow_vertical = 2
-
-[node name="Title" type="MarginContainer" parent="Control" unique_id=22126455]
-layout_mode = 1
-anchors_preset = 5
-anchor_left = 0.5
-anchor_right = 0.5
-offset_left = -359.5
-offset_right = 359.5
-offset_bottom = 273.0
-grow_horizontal = 2
-theme_override_constants/margin_top = 50
-
-[node name="Label" type="Label" parent="Control/Title" unique_id=1066740590]
-layout_mode = 2
-size_flags_horizontal = 0
-theme_override_font_sizes/font_size = 200
-text = "MULCH"
-uppercase = true
-
-[node name="MarginContainer" type="MarginContainer" parent="Control" unique_id=1839328694]
-layout_mode = 1
-anchors_preset = 12
-anchor_top = 1.0
-anchor_right = 1.0
-anchor_bottom = 1.0
-offset_top = -219.0
-grow_horizontal = 2
-grow_vertical = 0
-theme_override_constants/margin_left = 10
-theme_override_constants/margin_top = 10
-theme_override_constants/margin_right = 10
-theme_override_constants/margin_bottom = 10
-
-[node name="Hbox" type="HBoxContainer" parent="Control/MarginContainer" unique_id=728577623]
-layout_mode = 2
-theme_override_constants/separation = 25
-alignment = 1
-
-[node name="Start" parent="Control/MarginContainer/Hbox" unique_id=1597537067 instance=ExtResource("1_t6us6")]
-layout_mode = 2
-text = "Start"
-
-[node name="Load" parent="Control/MarginContainer/Hbox" unique_id=1936574972 instance=ExtResource("1_t6us6")]
-layout_mode = 2
-text = "Load"
-
-[node name="Options" parent="Control/MarginContainer/Hbox" unique_id=1664031607 instance=ExtResource("1_t6us6")]
-layout_mode = 2
-text = "Options"
-
-[node name="Quit" parent="Control/MarginContainer/Hbox" unique_id=443491275 instance=ExtResource("1_t6us6")]
-layout_mode = 2
-text = "Quit"
-
-[connection signal="pressed" from="Control/MarginContainer/Hbox/Start" to="." method="_on_start_pressed"]
-[connection signal="pressed" from="Control/MarginContainer/Hbox/Options" to="." method="_on_options_pressed"]
-[connection signal="pressed" from="Control/MarginContainer/Hbox/Quit" to="." method="_on_quit_pressed"]