blob: 763420c451cee87ced321f0a803249f911ca9415 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[gd_scene load_steps=2 format=3 uid="uid://b0fuyoa5jbxn0"]
[ext_resource type="Script" path="res://UI/Menu/MenuButton.gd" id="1"]
[node name="MenuButton" type="Button"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_right = -976.0
offset_bottom = -580.0
text = "Menu"
script = ExtResource("1")
[connection signal="pressed" from="." to="." method="_on_MenuButton_pressed"]
|