summaryrefslogtreecommitdiff
path: root/scenes/ui/title.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'scenes/ui/title.tscn')
-rw-r--r--scenes/ui/title.tscn70
1 files changed, 70 insertions, 0 deletions
diff --git a/scenes/ui/title.tscn b/scenes/ui/title.tscn
new file mode 100644
index 0000000..65b44fd
--- /dev/null
+++ b/scenes/ui/title.tscn
@@ -0,0 +1,70 @@
+[gd_scene format=3 uid="uid://c2cmda8vfq0lb"]
+
+[ext_resource type="Script" uid="uid://c5pqgx27uuybk" path="res://scenes/ui/title_button.gd" id="1_g80e2"]
+[ext_resource type="PackedScene" uid="uid://dj2dk1g7jnk23" path="res://scenes/ui/title_button.tscn" id="1_t6us6"]
+
+[node name="Control" type="Control" unique_id=930849088]
+layout_mode = 3
+anchors_preset = 15
+anchor_right = 1.0
+anchor_bottom = 1.0
+grow_horizontal = 2
+grow_vertical = 2
+script = ExtResource("1_g80e2")
+
+[node name="MarginContainer2" type="MarginContainer" parent="." 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="MarginContainer2" 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="." 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="MarginContainer" unique_id=728577623]
+layout_mode = 2
+theme_override_constants/separation = 25
+alignment = 1
+
+[node name="Start" parent="MarginContainer/Hbox" unique_id=1597537067 instance=ExtResource("1_t6us6")]
+layout_mode = 2
+text = "Start"
+
+[node name="Load" parent="MarginContainer/Hbox" unique_id=1936574972 instance=ExtResource("1_t6us6")]
+layout_mode = 2
+text = "Load"
+
+[node name="Options" parent="MarginContainer/Hbox" unique_id=1664031607 instance=ExtResource("1_t6us6")]
+layout_mode = 2
+text = "Options"
+
+[node name="Quit" parent="MarginContainer/Hbox" unique_id=443491275 instance=ExtResource("1_t6us6")]
+layout_mode = 2
+text = "Quit"
+
+[connection signal="pressed" from="MarginContainer/Hbox/Start" to="." method="_on_start_pressed"]
+[connection signal="pressed" from="MarginContainer/Hbox/Options" to="." method="_on_options_pressed"]
+[connection signal="pressed" from="MarginContainer/Hbox/Quit" to="." method="_on_exit_pressed"]