2019-09-27 08:28:33 +02:00
|
|
|
[gd_scene load_steps=6 format=2]
|
2019-09-09 22:00:18 +02:00
|
|
|
|
|
|
|
[ext_resource path="res://addons/material_maker/nodes/edit_buttons.gd" type="Script" id=1]
|
2019-09-27 08:28:33 +02:00
|
|
|
[ext_resource path="res://addons/material_maker/icons/icons.svg" type="Texture" id=2]
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id=1]
|
|
|
|
flags = 4
|
|
|
|
atlas = ExtResource( 2 )
|
|
|
|
region = Rect2( 16, 16, 16, 16 )
|
|
|
|
filter_clip = true
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id=2]
|
|
|
|
flags = 4
|
|
|
|
atlas = ExtResource( 2 )
|
|
|
|
region = Rect2( 48, 16, 16, 16 )
|
|
|
|
|
|
|
|
[sub_resource type="AtlasTexture" id=3]
|
|
|
|
flags = 4
|
|
|
|
atlas = ExtResource( 2 )
|
|
|
|
region = Rect2( 32, 16, 16, 16 )
|
2019-09-09 22:00:18 +02:00
|
|
|
|
|
|
|
[node name="NodeEditButtons" type="HBoxContainer"]
|
2019-09-27 08:28:33 +02:00
|
|
|
margin_right = 65.0
|
2019-09-09 22:00:18 +02:00
|
|
|
margin_bottom = 22.0
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
|
|
|
[node name="Edit" type="Button" parent="."]
|
2019-09-27 08:28:33 +02:00
|
|
|
margin_right = 13.0
|
2019-09-09 22:00:18 +02:00
|
|
|
margin_bottom = 22.0
|
2019-09-27 08:28:33 +02:00
|
|
|
icon = SubResource( 1 )
|
2019-09-09 22:00:18 +02:00
|
|
|
flat = true
|
|
|
|
|
|
|
|
[node name="Load" type="Button" parent="."]
|
2019-09-27 08:28:33 +02:00
|
|
|
margin_left = 17.0
|
|
|
|
margin_right = 30.0
|
2019-09-09 22:00:18 +02:00
|
|
|
margin_bottom = 22.0
|
2019-09-27 08:28:33 +02:00
|
|
|
icon = SubResource( 2 )
|
2019-09-09 22:00:18 +02:00
|
|
|
flat = true
|
|
|
|
|
|
|
|
[node name="Save" type="Button" parent="."]
|
2019-09-27 08:28:33 +02:00
|
|
|
margin_left = 34.0
|
|
|
|
margin_right = 47.0
|
2019-09-09 22:00:18 +02:00
|
|
|
margin_bottom = 22.0
|
2019-09-27 08:28:33 +02:00
|
|
|
icon = SubResource( 3 )
|
2019-09-09 22:00:18 +02:00
|
|
|
flat = true
|