PneumaticPlaything/Scenes/GUI/MainMenu.tscn
Persephone Bubblegum-Holiday f77e90da58 start work on main menu
2025-07-26 22:08:15 -07:00

30 lines
808 B
Text

[gd_scene load_steps=3 format=3 uid="uid://1ikkb4b8mw1w"]
[ext_resource type="Script" uid="uid://b5nh5td5bdsfd" path="res://Scripts/MainMenu.gd" id="1_ocgay"]
[sub_resource type="LabelSettings" id="LabelSettings_6d82g"]
font_size = 48
[node name="MainMenu" type="Control"]
layout_mode = 3
anchors_preset = 0
script = ExtResource("1_ocgay")
[node name="Label" type="Label" parent="."]
layout_mode = 0
offset_left = 103.0
offset_top = 100.0
offset_right = 580.0
offset_bottom = 167.0
text = "Pneumatic Plaything"
label_settings = SubResource("LabelSettings_6d82g")
[node name="Button" type="Button" parent="."]
layout_mode = 0
offset_left = 303.0
offset_top = 349.0
offset_right = 579.0
offset_bottom = 506.0
text = "Editor"
[connection signal="pressed" from="Button" to="." method="_on_button_pressed"]