lots of features
This commit is contained in:
17
Scenes/MainMenu.tscn
Normal file
17
Scenes/MainMenu.tscn
Normal file
@@ -0,0 +1,17 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://dri1iuiavxf24"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/MainMenu.cs" id="1_gt0q4"]
|
||||
|
||||
[node name="MainMenu" type="Node2D"]
|
||||
|
||||
[node name="Node2D" type="Node2D" parent="."]
|
||||
script = ExtResource("1_gt0q4")
|
||||
|
||||
[node name="Button" type="Button" parent="Node2D"]
|
||||
offset_left = 310.0
|
||||
offset_top = 251.0
|
||||
offset_right = 835.0
|
||||
offset_bottom = 386.0
|
||||
text = "Start"
|
||||
|
||||
[connection signal="pressed" from="Node2D/Button" to="Node2D" method="StartButtonPressed"]
|
||||
Reference in New Issue
Block a user