mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
59 lines
1.4 KiB
Plaintext
59 lines
1.4 KiB
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://addons/material_maker/nodes/warp/warp.gd" type="Script" id=1]
|
|
|
|
[sub_resource type="Theme" id=1]
|
|
|
|
[node name="Warp" type="GraphNode"]
|
|
margin_left = 1.0
|
|
margin_top = 1.0
|
|
margin_right = 91.0
|
|
margin_bottom = 84.0
|
|
mouse_filter = 1
|
|
theme = SubResource( 1 )
|
|
title = "Warp"
|
|
show_close = true
|
|
slot/0/left_enabled = true
|
|
slot/0/left_type = 0
|
|
slot/0/left_color = Color( 0.5, 0.5, 1, 1 )
|
|
slot/0/right_enabled = true
|
|
slot/0/right_type = 0
|
|
slot/0/right_color = Color( 0.5, 0.5, 1, 1 )
|
|
slot/1/left_enabled = true
|
|
slot/1/left_type = 0
|
|
slot/1/left_color = Color( 0.756863, 0.756863, 0.756863, 1 )
|
|
slot/1/right_enabled = false
|
|
slot/1/right_type = 0
|
|
slot/1/right_color = Color( 0.5, 0.5, 1, 1 )
|
|
slot/2/left_enabled = false
|
|
slot/2/left_type = 0
|
|
slot/2/left_color = Color( 1, 1, 1, 1 )
|
|
slot/2/right_enabled = false
|
|
slot/2/right_type = 0
|
|
slot/2/right_color = Color( 1, 1, 1, 1 )
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Label1" type="Label" parent="."]
|
|
margin_left = 16.0
|
|
margin_top = 24.0
|
|
margin_right = 90.0
|
|
margin_bottom = 38.0
|
|
text = "Source"
|
|
|
|
[node name="Label2" type="Label" parent="."]
|
|
margin_left = 16.0
|
|
margin_top = 38.0
|
|
margin_right = 90.0
|
|
margin_bottom = 52.0
|
|
text = "Displace"
|
|
|
|
[node name="amount" type="SpinBox" parent="."]
|
|
margin_left = 16.0
|
|
margin_top = 53.0
|
|
margin_right = 90.0
|
|
margin_bottom = 77.0
|
|
max_value = 1.0
|
|
step = 0.05
|
|
value = 0.5
|
|
[connection signal="close_request" from="." to="." method="queue_free"]
|