-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfou800.tmp
More file actions
50 lines (42 loc) · 1.3 KB
/
Copy pathfou800.tmp
File metadata and controls
50 lines (42 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[gd_scene load_steps=2 format=3 uid="uid://cmwmbw5f4hh86"]
[ext_resource type="Script" path="res://scripts/fourier.gd" id="1_6j7fm"]
[node name="Control" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="Container" type="Container" parent="."]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -394.0
offset_top = -22.0
offset_right = -354.0
offset_bottom = 18.0
grow_horizontal = 2
grow_vertical = 2
[node name="Node2D" type="Node2D" parent="Container"]
position = Vector2(49, 13)
script = ExtResource("1_6j7fm")
[node name="Container2" type="VBoxContainer" parent="."]
layout_mode = 1
anchors_preset = 4
anchor_top = 0.5
anchor_bottom = 0.5
grow_vertical = 2
[node name="order" type="HSlider" parent="Container2"]
custom_minimum_size = Vector2(100, 0)
layout_mode = 2
max_value = 10.0
rounded = true
[node name="freq" type="HSlider" parent="Container2"]
custom_minimum_size = Vector2(100, 0)
layout_mode = 2
max_value = 10.0
[connection signal="value_changed" from="Container2/order" to="Container/Node2D" method="_on_h_slider_value_changed"]
[connection signal="value_changed" from="Container2/freq" to="Container/Node2D" method="_on_freq_value_changed"]