[gd_scene load_steps=2 format=2] [ext_resource path="res://src/UserInterface/Buttons/QuitButton.gd" type="Script" id=1] [node name="QuitButton" type="Button"] anchor_left = 0.5 anchor_right = 0.5 margin_left = -69.5 margin_right = 69.5 margin_bottom = 79.0 size_flags_vertical = 3 text = "End" script = ExtResource( 1 ) __meta__ = { "_edit_use_anchors_": false } [connection signal="button_up" from="." to="." method="_on_button_up"]