72 lines
2.2 KiB
Plaintext
72 lines
2.2 KiB
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://jy7jx2xayf14"]
|
|
|
|
[ext_resource type="Script" path="res://ui/main menu/main_menu.gd" id="1_226f7"]
|
|
[ext_resource type="Texture2D" uid="uid://b48bhtfvrv7rc" path="res://assets/background.png" id="2_jqujp"]
|
|
|
|
[node name="MainMenu" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 4
|
|
script = ExtResource("1_226f7")
|
|
|
|
[node name="Background" type="TextureRect" parent="."]
|
|
layout_mode = 0
|
|
offset_left = -28284.0
|
|
offset_top = -28611.0
|
|
offset_right = 95490.0
|
|
offset_bottom = 68437.0
|
|
scale = Vector2(0.5, 0.5)
|
|
texture = ExtResource("2_jqujp")
|
|
stretch_mode = 1
|
|
|
|
[node name="CenterContainer" type="CenterContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_top = 196.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer"]
|
|
custom_minimum_size = Vector2(250, 200)
|
|
layout_mode = 2
|
|
alignment = 1
|
|
|
|
[node name="Label" type="Label" parent="CenterContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_colors/font_color = Color(0, 0, 0, 1)
|
|
theme_override_font_sizes/font_size = 29
|
|
text = "What's below"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="Play" type="Button" parent="CenterContainer/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "Play"
|
|
|
|
[node name="Instructions" type="Button" parent="CenterContainer/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "Instructions"
|
|
|
|
[node name="Credits" type="Button" parent="CenterContainer/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "Credits"
|
|
|
|
[node name="Quit" type="Button" parent="CenterContainer/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "Quit"
|
|
|
|
[connection signal="pressed" from="CenterContainer/VBoxContainer/Play" to="." method="_on_play_pressed"]
|
|
[connection signal="pressed" from="CenterContainer/VBoxContainer/Instructions" to="." method="_on_instructions_pressed"]
|
|
[connection signal="pressed" from="CenterContainer/VBoxContainer/Credits" to="." method="_on_credits_pressed"]
|
|
[connection signal="pressed" from="CenterContainer/VBoxContainer/Quit" to="." method="_on_quit_pressed"]
|