aboutsummaryrefslogtreecommitdiffstats
path: root/Nodes/drawing.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'Nodes/drawing.tscn')
-rw-r--r--Nodes/drawing.tscn8
1 files changed, 8 insertions, 0 deletions
diff --git a/Nodes/drawing.tscn b/Nodes/drawing.tscn
new file mode 100644
index 0000000..4c04ea7
--- /dev/null
+++ b/Nodes/drawing.tscn
@@ -0,0 +1,8 @@
+[gd_scene load_steps=2 format=3 uid="uid://covygojlfmx6x"]
+
+[ext_resource type="Script" path="res://Scripts/drawing.gd" id="1_03nmp"]
+
+[node name="Drawing" type="Node2D"]
+script = ExtResource("1_03nmp")
+
+[node name="TrackLine" type="Line2D" parent="."]