aboutsummaryrefslogtreecommitdiffstats
path: root/godot/sim.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'godot/sim.tscn')
-rw-r--r--godot/sim.tscn6
1 files changed, 6 insertions, 0 deletions
diff --git a/godot/sim.tscn b/godot/sim.tscn
new file mode 100644
index 0000000..3973f97
--- /dev/null
+++ b/godot/sim.tscn
@@ -0,0 +1,6 @@
+[gd_scene load_steps=2 format=3]
+
+[ext_resource type="Script" path="res://sim.gd" id="1"]
+
+[node name="Sim" type="Node3D"]
+script = ExtResource("1")