summaryrefslogtreecommitdiff
path: root/klangfarb/Main.tscn
blob: a5f123c60e9e745a8b6b98351b813e80a08d800a (plain)
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
[gd_scene load_steps=5 format=2]

[ext_resource path="res://assets/moog.JPG" type="Texture" id=1]
[ext_resource path="res://main.gd" type="Script" id=2]
[ext_resource path="res://Power.gd" type="Script" id=3]

[sub_resource type="AudioStreamGenerator" id=1]

[node name="Audio" type="AudioStreamPlayer"]
stream = SubResource( 1 )
volume_db = -13.216
script = ExtResource( 2 )
continuous = false
decay = 1000
release = 500
fm_index = 100.0

[node name="Moog" type="Sprite" parent="."]
position = Vector2( 512, 306 )
texture = ExtResource( 1 )
__meta__ = {
"_edit_lock_": true
}

[node name="Control" type="Control" parent="."]
margin_left = 900.0
margin_top = 73.0
margin_right = 940.0
margin_bottom = 113.0
script = ExtResource( 3 )
__meta__ = {
"_edit_use_anchors_": false
}