2019-10-06 14:07:49 +02:00
|
|
|
[gd_scene load_steps=4 format=2]
|
2018-10-09 07:24:44 +02:00
|
|
|
|
|
|
|
[ext_resource path="res://addons/material_maker/widgets/node_editor/input.gd" type="Script" id=1]
|
2019-10-06 14:07:49 +02:00
|
|
|
[ext_resource path="res://addons/material_maker/icons/icons.svg" type="Texture" id=2]
|
2018-10-09 07:24:44 +02:00
|
|
|
|
2019-10-06 14:07:49 +02:00
|
|
|
[sub_resource type="AtlasTexture" id=1]
|
|
|
|
flags = 4
|
|
|
|
atlas = ExtResource( 2 )
|
|
|
|
region = Rect2( 0, 16, 16, 16 )
|
2018-10-09 07:24:44 +02:00
|
|
|
|
2019-10-06 14:07:49 +02:00
|
|
|
[node name="Parameter" type="HBoxContainer"]
|
2018-10-09 07:24:44 +02:00
|
|
|
margin_right = 201.0
|
|
|
|
margin_bottom = 24.0
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
2019-10-06 14:07:49 +02:00
|
|
|
[node name="Delete" type="Button" parent="."]
|
2018-10-09 07:24:44 +02:00
|
|
|
margin_right = 28.0
|
|
|
|
margin_bottom = 24.0
|
2019-10-06 14:07:49 +02:00
|
|
|
icon = SubResource( 1 )
|
2018-10-09 07:24:44 +02:00
|
|
|
flat = true
|
|
|
|
|
2019-10-06 14:07:49 +02:00
|
|
|
[node name="Name" type="LineEdit" parent="."]
|
2018-10-09 07:24:44 +02:00
|
|
|
margin_left = 32.0
|
|
|
|
margin_right = 102.0
|
|
|
|
margin_bottom = 24.0
|
|
|
|
rect_min_size = Vector2( 70, 0 )
|
|
|
|
hint_tooltip = "Input name"
|
|
|
|
text = "name"
|
|
|
|
|
2019-10-06 14:07:49 +02:00
|
|
|
[node name="Label" type="LineEdit" parent="."]
|
2018-10-09 07:24:44 +02:00
|
|
|
margin_left = 106.0
|
|
|
|
margin_right = 176.0
|
|
|
|
margin_bottom = 24.0
|
|
|
|
rect_min_size = Vector2( 70, 0 )
|
|
|
|
hint_tooltip = "Input Label"
|
|
|
|
text = "Label"
|
|
|
|
|
2019-10-06 14:07:49 +02:00
|
|
|
[node name="Type" type="OptionButton" parent="."]
|
2018-10-09 07:24:44 +02:00
|
|
|
margin_left = 180.0
|
2019-10-06 14:07:49 +02:00
|
|
|
margin_right = 284.0
|
2018-10-09 07:24:44 +02:00
|
|
|
margin_bottom = 24.0
|
|
|
|
rect_min_size = Vector2( 102, 0 )
|
|
|
|
hint_tooltip = "Input flag"
|
|
|
|
text = "GreyScale"
|
2018-11-11 19:18:26 +01:00
|
|
|
items = [ "GreyScale", null, false, 0, null, "Color", null, false, 1, null, "RGBA", null, false, -1, null ]
|
2018-10-09 07:24:44 +02:00
|
|
|
selected = 0
|
|
|
|
|
2019-10-06 14:07:49 +02:00
|
|
|
[node name="Default" type="LineEdit" parent="."]
|
|
|
|
margin_left = 288.0
|
|
|
|
margin_right = 358.0
|
2018-10-09 07:24:44 +02:00
|
|
|
margin_bottom = 24.0
|
|
|
|
rect_min_size = Vector2( 70, 0 )
|
|
|
|
hint_tooltip = "Default value"
|
2018-11-19 23:09:22 +01:00
|
|
|
size_flags_horizontal = 3
|
2018-10-09 07:24:44 +02:00
|
|
|
text = "0.0"
|
|
|
|
[connection signal="pressed" from="Delete" to="." method="_on_Delete_pressed"]
|