summaryrefslogtreecommitdiff
path: root/klangfarb/Main.tscn
blob: 9c58bfdf39c4786b1ce7e48689ddb0999b4cb443 (plain)
1
2
3
4
5
6
7
8
9
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 )

[node name="Node" type="Node" parent="."]
script = ExtResource( 2 )