2018-07-22 17:20:27 +02:00
|
|
|
[gd_scene load_steps=3 format=2]
|
|
|
|
|
2018-07-23 22:18:43 +02:00
|
|
|
[ext_resource path="res://addons/procedural_material/nodes/sine.gd" type="Script" id=1]
|
2018-07-22 17:20:27 +02:00
|
|
|
|
|
|
|
[sub_resource type="Theme" id=1]
|
|
|
|
|
|
|
|
|
|
|
|
[node name="Sine" type="GraphNode" index="0"]
|
|
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
|
anchor_top = 0.0
|
|
|
|
anchor_right = 0.0
|
|
|
|
anchor_bottom = 0.0
|
|
|
|
margin_top = 1.0
|
2018-07-23 23:13:14 +02:00
|
|
|
margin_right = 90.0
|
|
|
|
margin_bottom = 79.0
|
2018-07-22 17:20:27 +02:00
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
|
rect_clip_content = false
|
|
|
|
mouse_filter = 1
|
|
|
|
mouse_default_cursor_shape = 0
|
|
|
|
size_flags_horizontal = 1
|
|
|
|
size_flags_vertical = 1
|
|
|
|
theme = SubResource( 1 )
|
|
|
|
title = "Sine"
|
|
|
|
offset = Vector2( 0, 0 )
|
|
|
|
show_close = true
|
|
|
|
resizable = false
|
|
|
|
selected = false
|
|
|
|
comment = false
|
|
|
|
overlay = 0
|
|
|
|
slot/0/left_enabled = false
|
|
|
|
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 = false
|
|
|
|
slot/1/left_type = 0
|
|
|
|
slot/1/left_color = Color( 1, 1, 1, 1 )
|
|
|
|
slot/1/right_enabled = false
|
|
|
|
slot/1/right_type = 0
|
|
|
|
slot/1/right_color = Color( 1, 1, 1, 1 )
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
_sections_unfolded = [ "Theme" ]
|
|
|
|
|
2018-07-22 23:25:05 +02:00
|
|
|
[node name="waves" type="LineEdit" parent="." index="0"]
|
2018-07-22 17:20:27 +02:00
|
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
|
anchor_top = 0.0
|
|
|
|
anchor_right = 0.0
|
|
|
|
anchor_bottom = 0.0
|
|
|
|
margin_left = 16.0
|
|
|
|
margin_top = 24.0
|
2018-07-23 23:13:14 +02:00
|
|
|
margin_right = 74.0
|
2018-07-22 17:20:27 +02:00
|
|
|
margin_bottom = 48.0
|
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
|
rect_clip_content = false
|
|
|
|
focus_mode = 2
|
|
|
|
mouse_filter = 0
|
|
|
|
mouse_default_cursor_shape = 1
|
|
|
|
size_flags_horizontal = 1
|
|
|
|
size_flags_vertical = 1
|
|
|
|
text = "1"
|
|
|
|
focus_mode = 2
|
|
|
|
context_menu_enabled = true
|
|
|
|
placeholder_alpha = 0.6
|
|
|
|
caret_blink = false
|
|
|
|
caret_blink_speed = 0.65
|
|
|
|
caret_position = 0
|
|
|
|
_sections_unfolded = [ "Caret", "Placeholder" ]
|
|
|
|
|
2018-07-22 23:25:05 +02:00
|
|
|
[node name="sharpness" type="LineEdit" parent="." index="1"]
|
2018-07-22 17:20:27 +02:00
|
|
|
|
|
|
|
anchor_left = 0.0
|
|
|
|
anchor_top = 0.0
|
|
|
|
anchor_right = 0.0
|
|
|
|
anchor_bottom = 0.0
|
|
|
|
margin_left = 16.0
|
|
|
|
margin_top = 48.0
|
2018-07-23 23:13:14 +02:00
|
|
|
margin_right = 74.0
|
2018-07-22 17:20:27 +02:00
|
|
|
margin_bottom = 72.0
|
|
|
|
rect_pivot_offset = Vector2( 0, 0 )
|
|
|
|
rect_clip_content = false
|
|
|
|
focus_mode = 2
|
|
|
|
mouse_filter = 0
|
|
|
|
mouse_default_cursor_shape = 1
|
|
|
|
size_flags_horizontal = 1
|
|
|
|
size_flags_vertical = 1
|
|
|
|
text = "1"
|
|
|
|
focus_mode = 2
|
|
|
|
context_menu_enabled = true
|
|
|
|
placeholder_alpha = 0.6
|
|
|
|
caret_blink = false
|
|
|
|
caret_blink_speed = 0.65
|
|
|
|
caret_position = 0
|
|
|
|
_sections_unfolded = [ "Caret", "Placeholder" ]
|
|
|
|
|
|
|
|
[connection signal="close_request" from="." to="." method="queue_free"]
|
|
|
|
|
|
|
|
|