mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
32 lines
903 B
Plaintext
32 lines
903 B
Plaintext
|
[gd_scene load_steps=5 format=2]
|
||
|
|
||
|
[ext_resource path="res://addons/material_maker/nodes/edit_buttons.gd" type="Script" id=1]
|
||
|
[ext_resource path="res://addons/material_maker/icons/edit.png" type="Texture" id=2]
|
||
|
[ext_resource path="res://addons/material_maker/icons/load.png" type="Texture" id=3]
|
||
|
[ext_resource path="res://addons/material_maker/icons/save.png" type="Texture" id=4]
|
||
|
|
||
|
[node name="NodeEditButtons" type="HBoxContainer"]
|
||
|
margin_right = 91.0
|
||
|
margin_bottom = 22.0
|
||
|
script = ExtResource( 1 )
|
||
|
|
||
|
[node name="Edit" type="Button" parent="."]
|
||
|
margin_right = 27.0
|
||
|
margin_bottom = 22.0
|
||
|
icon = ExtResource( 2 )
|
||
|
flat = true
|
||
|
|
||
|
[node name="Load" type="Button" parent="."]
|
||
|
margin_left = 31.0
|
||
|
margin_right = 59.0
|
||
|
margin_bottom = 22.0
|
||
|
icon = ExtResource( 3 )
|
||
|
flat = true
|
||
|
|
||
|
[node name="Save" type="Button" parent="."]
|
||
|
margin_left = 63.0
|
||
|
margin_right = 91.0
|
||
|
margin_bottom = 22.0
|
||
|
icon = ExtResource( 4 )
|
||
|
flat = true
|