material-maker/material_maker/widgets/desc_button/desc_button.tscn

20 lines
563 B
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://material_maker/icons/icons.svg" type="Texture" id=1]
[ext_resource path="res://material_maker/widgets/desc_button/desc_button.gd" type="Script" id=2]
[sub_resource type="AtlasTexture" id=1]
flags = 4
atlas = ExtResource( 1 )
region = Rect2( 64, 80, 16, 16 )
[node name="Button" type="Button"]
margin_right = 12.0
margin_bottom = 20.0
icon = SubResource( 1 )
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}
[connection signal="pressed" from="." to="." method="_on_Button_pressed"]