mirror of
https://github.com/Relintai/mat_maker_gd.git
synced 2025-04-23 02:51:18 +02:00
20 lines
425 B
Plaintext
20 lines
425 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://material_maker/icons/icons.svg" type="Texture" id=1]
|
|
|
|
[sub_resource type="AtlasTexture" id=1]
|
|
flags = 4
|
|
atlas = ExtResource( 1 )
|
|
region = Rect2( 50, 1, 12, 14 )
|
|
|
|
[node name="Add" type="Button"]
|
|
margin_left = 16.0
|
|
margin_top = 44.0
|
|
margin_right = 40.0
|
|
margin_bottom = 64.0
|
|
size_flags_horizontal = 0
|
|
icon = SubResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|