bcirpggithubmirror/Phase2/Godot ===(Game Code)===/Multiplayer/userInterface/But_Quit.tscn
2022-03-27 14:17:34 -05:00

16 lines
371 B
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://UserInterface/But_Quit.gd" type="Script" id=1]
[node name="But_Quit" type="Button"]
margin_top = 240.0
margin_right = 179.0
margin_bottom = 284.0
text = "Quit"
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[connection signal="button_up" from="." to="." method="_on_But_Quit_button_up"]