summaryrefslogtreecommitdiff
path: root/Stages/Paths/Goal.gd
diff options
context:
space:
mode:
Diffstat (limited to 'Stages/Paths/Goal.gd')
-rw-r--r--Stages/Paths/Goal.gd7
1 files changed, 7 insertions, 0 deletions
diff --git a/Stages/Paths/Goal.gd b/Stages/Paths/Goal.gd
new file mode 100644
index 0000000..534ef3c
--- /dev/null
+++ b/Stages/Paths/Goal.gd
@@ -0,0 +1,7 @@
+class_name Goal
+extends Node2D
+
+
+var path_position: Vector2:
+ get():
+ return $PathPosition.global_position