blob: b5626fbbd4cc06ccb0c412b714301c8be1548e7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[gd_scene load_steps=2 format=2]
[ext_resource path="res://UI/Menu/MenuButton.gd" type="Script" id=1]
[node name="MenuButton" type="Button"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_right = -976.0
margin_bottom = -580.0
text = "Menu"
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[connection signal="pressed" from="." to="." method="_on_MenuButton_pressed"]
|