summaryrefslogtreecommitdiff
path: root/klangfarb/Main.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'klangfarb/Main.tscn')
-rw-r--r--klangfarb/Main.tscn8
1 files changed, 4 insertions, 4 deletions
diff --git a/klangfarb/Main.tscn b/klangfarb/Main.tscn
index 9c58bfd..0a0ad3b 100644
--- a/klangfarb/Main.tscn
+++ b/klangfarb/Main.tscn
@@ -1,10 +1,10 @@
[gd_scene load_steps=3 format=2]
-[ext_resource path="res://Main.gdns" type="Script" id=1]
[ext_resource path="res://main.gd" type="Script" id=2]
-[node name="Node" type="Node"]
-script = ExtResource( 1 )
+[sub_resource type="AudioStreamGenerator" id=1]
+mix_rate = 8000.0
-[node name="Node" type="Node" parent="."]
+[node name="Audio" type="AudioStreamPlayer"]
+stream = SubResource( 1 )
script = ExtResource( 2 )