2018-07-22 23:25:05 +02:00
|
|
|
[gd_scene load_steps=3 format=2]
|
|
|
|
|
2018-09-22 08:12:33 +02:00
|
|
|
[ext_resource path="res://addons/material_maker/nodes/warp/warp.gd" type="Script" id=1]
|
|
|
|
|
2018-07-22 23:25:05 +02:00
|
|
|
[sub_resource type="Theme" id=1]
|
|
|
|
|
2019-09-11 07:53:06 +02:00
|
|
|
[node name="Warp" type="GraphNode"]
|
2018-07-23 22:18:43 +02:00
|
|
|
margin_left = 1.0
|
|
|
|
margin_top = 1.0
|
|
|
|
margin_right = 91.0
|
|
|
|
margin_bottom = 84.0
|
2018-07-22 23:25:05 +02:00
|
|
|
mouse_filter = 1
|
|
|
|
theme = SubResource( 1 )
|
2018-07-23 22:18:43 +02:00
|
|
|
title = "Warp"
|
2018-07-22 23:25:05 +02:00
|
|
|
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 )
|
2018-07-23 22:18:43 +02:00
|
|
|
slot/1/left_enabled = true
|
2018-07-22 23:25:05 +02:00
|
|
|
slot/1/left_type = 0
|
2018-08-25 08:07:22 +02:00
|
|
|
slot/1/left_color = Color( 0.756863, 0.756863, 0.756863, 1 )
|
2018-07-22 23:25:05 +02:00
|
|
|
slot/1/right_enabled = false
|
|
|
|
slot/1/right_type = 0
|
2018-07-23 22:18:43 +02:00
|
|
|
slot/1/right_color = Color( 0.5, 0.5, 1, 1 )
|
2018-07-22 23:25:05 +02:00
|
|
|
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 )
|
|
|
|
|
2019-09-11 07:53:06 +02:00
|
|
|
[node name="Label1" type="Label" parent="."]
|
2018-07-22 23:25:05 +02:00
|
|
|
margin_left = 16.0
|
|
|
|
margin_top = 24.0
|
2018-08-20 15:43:03 +02:00
|
|
|
margin_right = 90.0
|
2018-07-22 23:25:05 +02:00
|
|
|
margin_bottom = 38.0
|
2018-07-23 22:18:43 +02:00
|
|
|
text = "Source"
|
2018-07-22 23:25:05 +02:00
|
|
|
|
2019-09-11 07:53:06 +02:00
|
|
|
[node name="Label2" type="Label" parent="."]
|
2018-07-22 23:25:05 +02:00
|
|
|
margin_left = 16.0
|
|
|
|
margin_top = 38.0
|
2018-08-20 15:43:03 +02:00
|
|
|
margin_right = 90.0
|
2018-07-22 23:25:05 +02:00
|
|
|
margin_bottom = 52.0
|
2018-07-23 22:18:43 +02:00
|
|
|
text = "Displace"
|
2018-07-22 23:25:05 +02:00
|
|
|
|
2019-09-11 07:53:06 +02:00
|
|
|
[node name="amount" type="SpinBox" parent="."]
|
2018-07-22 23:25:05 +02:00
|
|
|
margin_left = 16.0
|
|
|
|
margin_top = 53.0
|
2018-08-20 15:43:03 +02:00
|
|
|
margin_right = 90.0
|
2018-07-22 23:25:05 +02:00
|
|
|
margin_bottom = 77.0
|
2018-08-20 15:43:03 +02:00
|
|
|
max_value = 1.0
|
|
|
|
step = 0.05
|
|
|
|
value = 0.5
|
2018-07-22 23:25:05 +02:00
|
|
|
[connection signal="close_request" from="." to="." method="queue_free"]
|