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