mirror of
https://github.com/RPG-Research/bcirpg.git
synced 2024-04-16 14:23:01 +00:00
16 lines
371 B
Plaintext
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"]
|