mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
bcdac09cd7
Basic import plugin works. Added gradient parameter to custom node. hsv_adjust now supports alpha channel. Remove deprecated scenes.
20 lines
589 B
Plaintext
20 lines
589 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://addons/material_maker/widgets/node_editor/parameter_gradient.gd" type="Script" id=1]
|
|
[ext_resource path="res://addons/material_maker/widgets/gradient_editor.tscn" type="PackedScene" id=2]
|
|
|
|
[node name="gradient" type="HBoxContainer"]
|
|
margin_right = 148.0
|
|
margin_bottom = 24.0
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="LabelDefault" type="Label" parent="."]
|
|
margin_top = 8.0
|
|
margin_right = 50.0
|
|
margin_bottom = 22.0
|
|
text = "Default:"
|
|
|
|
[node name="Default" parent="." instance=ExtResource( 2 )]
|
|
margin_left = 54.0
|
|
margin_right = 174.0
|