Blobby/src/UserInterface/Buttons/RetryButton.tscn

13 lines
342 B
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://src/UserInterface/Buttons/RetryButton.gd" type="Script" id=1]
[node name="RetryButton" type="Button"]
margin_right = 139.0
margin_bottom = 78.0
size_flags_vertical = 3
text = "Retry"
script = ExtResource( 1 )
[connection signal="button_up" from="." to="." method="_on_button_up"]