summaryrefslogtreecommitdiff
path: root/OverworldPath.tscn
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2024-05-23 23:45:28 +0200
committerDaniel Weipert <git@mail.dweipert.de>2024-05-23 23:45:52 +0200
commit7b11b1c2d8552b99f3e615a79621a2db769d9f5d (patch)
tree2a885d0835352ba961508921ffc872dcd46e905d /OverworldPath.tscn
initial commit
Diffstat (limited to 'OverworldPath.tscn')
-rw-r--r--OverworldPath.tscn9
1 files changed, 9 insertions, 0 deletions
diff --git a/OverworldPath.tscn b/OverworldPath.tscn
new file mode 100644
index 0000000..ad65fdf
--- /dev/null
+++ b/OverworldPath.tscn
@@ -0,0 +1,9 @@
+[gd_scene load_steps=2 format=3 uid="uid://myunq3ivtmou"]
+
+[ext_resource type="Script" path="res://OverworldPath.gd" id="1_wha2a"]
+
+[node name="OverworldPath" type="Path2D"]
+script = ExtResource("1_wha2a")
+
+[node name="PathFollow2D" type="PathFollow2D" parent="."]
+loop = false