2020-07-29 00:16:02 +00:00
|
|
|
[gd_scene load_steps=4 format=2]
|
|
|
|
|
2021-06-03 19:42:08 +00:00
|
|
|
[ext_resource path="res://assets/graphics/misc/icon_reload.png" type="Texture" id=1]
|
2020-07-29 00:16:02 +00:00
|
|
|
[ext_resource path="res://src/Preferences/RestoreDefaultButton.gd" type="Script" id=2]
|
|
|
|
|
|
|
|
[sub_resource type="ImageTexture" id=1]
|
|
|
|
|
2022-09-19 21:16:01 +00:00
|
|
|
[node name="RestoreDefaultButton" type="TextureButton" groups=["UIButtons"]]
|
2020-07-29 00:16:02 +00:00
|
|
|
margin_right = 16.0
|
|
|
|
margin_bottom = 16.0
|
2022-09-19 21:16:01 +00:00
|
|
|
size_flags_horizontal = 8
|
2020-10-01 19:57:03 +00:00
|
|
|
size_flags_vertical = 4
|
2020-07-29 00:16:02 +00:00
|
|
|
disabled = true
|
|
|
|
texture_normal = ExtResource( 1 )
|
|
|
|
texture_disabled = SubResource( 1 )
|
|
|
|
script = ExtResource( 2 )
|
2021-06-04 23:01:04 +00:00
|
|
|
|
2020-07-29 00:16:02 +00:00
|
|
|
[connection signal="pressed" from="." to="." method="_on_RestoreDefaultButton_pressed"]
|