start work on main menu
This commit is contained in:
parent
1ca6bda653
commit
f77e90da58
6 changed files with 108 additions and 57 deletions
30
Scenes/GUI/MainMenu.tscn
Normal file
30
Scenes/GUI/MainMenu.tscn
Normal file
|
@ -0,0 +1,30 @@
|
|||
[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"]
|
Loading…
Add table
Add a link
Reference in a new issue