bcirpggithubmirror/Phase2/Godot_GameCode/Multiplayer/userInterface/But_Quit.tscn
2023-07-09 12:28:09 -06: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"]