18 lines
450 B
Plaintext
18 lines
450 B
Plaintext
|
[gd_scene load_steps=2 format=2]
|
||
|
|
||
|
[ext_resource path="res://Menu.gd" type="Script" id=1]
|
||
|
|
||
|
[node name="Main Menu" type="Node2D"]
|
||
|
script = ExtResource( 1 )
|
||
|
|
||
|
[node name="Btn_PlayGame" type="Button" parent="."]
|
||
|
margin_left = 484.204
|
||
|
margin_top = 100.226
|
||
|
margin_right = 679.204
|
||
|
margin_bottom = 153.226
|
||
|
text = "Play Game"
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
[connection signal="pressed" from="Btn_PlayGame" to="." method="_on_Btn_PlayGame_pressed"]
|