mirror of
https://github.com/Relintai/mat_maker_gd.git
synced 2025-05-22 11:37:42 +02:00
109 lines
3.0 KiB
Plaintext
109 lines
3.0 KiB
Plaintext
[gd_scene load_steps=8 format=2]
|
|
|
|
[ext_resource path="res://material_maker/windows/node_editor/input.gd" type="Script" id=1]
|
|
[ext_resource path="res://material_maker/icons/icons.svg" type="Texture" id=2]
|
|
[ext_resource path="res://material_maker/widgets/port_group_button/port_group_button.tscn" type="PackedScene" id=3]
|
|
[ext_resource path="res://material_maker/widgets/desc_button/desc_button.tscn" type="PackedScene" id=4]
|
|
|
|
[sub_resource type="AtlasTexture" id=1]
|
|
flags = 4
|
|
atlas = ExtResource( 2 )
|
|
region = Rect2( 0, 16, 16, 16 )
|
|
|
|
[sub_resource type="AtlasTexture" id=2]
|
|
flags = 4
|
|
atlas = ExtResource( 2 )
|
|
region = Rect2( 18, 48, 12, 16 )
|
|
|
|
[sub_resource type="AtlasTexture" id=3]
|
|
flags = 4
|
|
atlas = ExtResource( 2 )
|
|
region = Rect2( 34, 48, 12, 16 )
|
|
|
|
[node name="Parameter" type="HBoxContainer"]
|
|
margin_right = 201.0
|
|
margin_bottom = 24.0
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Delete" type="Button" parent="."]
|
|
margin_right = 28.0
|
|
margin_bottom = 24.0
|
|
icon = SubResource( 1 )
|
|
flat = true
|
|
|
|
[node name="Up" type="Button" parent="."]
|
|
margin_left = 32.0
|
|
margin_right = 56.0
|
|
margin_bottom = 24.0
|
|
icon = SubResource( 2 )
|
|
flat = true
|
|
|
|
[node name="Down" type="Button" parent="."]
|
|
margin_left = 60.0
|
|
margin_right = 84.0
|
|
margin_bottom = 24.0
|
|
icon = SubResource( 3 )
|
|
flat = true
|
|
|
|
[node name="Name" type="LineEdit" parent="."]
|
|
margin_left = 88.0
|
|
margin_right = 158.0
|
|
margin_bottom = 24.0
|
|
rect_min_size = Vector2( 70, 0 )
|
|
hint_tooltip = "Input name"
|
|
text = "name"
|
|
|
|
[node name="Label" type="LineEdit" parent="."]
|
|
margin_left = 162.0
|
|
margin_right = 232.0
|
|
margin_bottom = 24.0
|
|
rect_min_size = Vector2( 70, 0 )
|
|
hint_tooltip = "Input Label"
|
|
text = "Label"
|
|
|
|
[node name="Description" parent="." instance=ExtResource( 4 )]
|
|
margin_left = 236.0
|
|
margin_right = 264.0
|
|
margin_bottom = 24.0
|
|
description_type = "Input"
|
|
|
|
[node name="Type" type="OptionButton" parent="."]
|
|
margin_left = 268.0
|
|
margin_right = 370.0
|
|
margin_bottom = 24.0
|
|
rect_min_size = Vector2( 102, 0 )
|
|
hint_tooltip = "Input flag"
|
|
text = "Greyscale"
|
|
items = [ "Greyscale", null, false, 0, null, "Color", null, false, 1, null, "RGBA", null, false, 2, null, "SDF2D", null, false, 3, null, "SDF3D", null, false, 4, null, "SDF3D-C", null, false, 5, null ]
|
|
selected = 0
|
|
|
|
[node name="Default" type="LineEdit" parent="."]
|
|
margin_left = 374.0
|
|
margin_right = 444.0
|
|
margin_bottom = 24.0
|
|
rect_min_size = Vector2( 70, 0 )
|
|
hint_tooltip = "Default value"
|
|
size_flags_horizontal = 3
|
|
text = "0.0"
|
|
|
|
[node name="Function" type="Button" parent="."]
|
|
margin_left = 448.0
|
|
margin_right = 479.0
|
|
margin_bottom = 24.0
|
|
hint_tooltip = "Generate input as function (can be used in \"Instance Functions\" section)"
|
|
toggle_mode = true
|
|
text = "f(x)"
|
|
|
|
[node name="PortGroupButton" parent="." instance=ExtResource( 3 )]
|
|
margin_left = 483.0
|
|
margin_top = 4.0
|
|
margin_right = 499.0
|
|
margin_bottom = 20.0
|
|
stretch_mode = 4
|
|
[connection signal="pressed" from="Delete" to="." method="_on_Delete_pressed"]
|
|
[connection signal="pressed" from="Up" to="." method="_on_Up_pressed"]
|
|
[connection signal="pressed" from="Down" to="." method="_on_Down_pressed"]
|