summaryrefslogtreecommitdiff
path: root/klangfarb/Main.tscn
diff options
context:
space:
mode:
authorJacob Lee <jacob.nmi.lee@gmail.com>2021-10-16 22:04:31 -0400
committerGitHub <noreply@github.com>2021-10-16 22:04:31 -0400
commita0ef84b0474219bedf603a293a2ee8d4fab32ec0 (patch)
treeaf0d1a80d630470ce70a817503b39d3bbcd0dbd4 /klangfarb/Main.tscn
parent9d78a9f5ebd931593b2644dff57cb1d2238876d3 (diff)
Add Godot and Rust files
Diffstat (limited to 'klangfarb/Main.tscn')
-rw-r--r--klangfarb/Main.tscn6
1 files changed, 6 insertions, 0 deletions
diff --git a/klangfarb/Main.tscn b/klangfarb/Main.tscn
new file mode 100644
index 0000000..bba01a7
--- /dev/null
+++ b/klangfarb/Main.tscn
@@ -0,0 +1,6 @@
+[gd_scene load_steps=2 format=2]
+
+[ext_resource path="res://Main.gdns" type="Script" id=1]
+
+[node name="Node" type="Node"]
+script = ExtResource( 1 )