summaryrefslogtreecommitdiff
path: root/klangfarb/Main.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'klangfarb/Main.tscn')
-rw-r--r--klangfarb/Main.tscn6
1 files changed, 5 insertions, 1 deletions
diff --git a/klangfarb/Main.tscn b/klangfarb/Main.tscn
index bba01a7..9c58bfd 100644
--- a/klangfarb/Main.tscn
+++ b/klangfarb/Main.tscn
@@ -1,6 +1,10 @@
-[gd_scene load_steps=2 format=2]
+[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 )
+
+[node name="Node" type="Node" parent="."]
+script = ExtResource( 2 )