summaryrefslogtreecommitdiff
path: root/Goal.gd
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2024-08-31 21:19:36 +0200
committerDaniel Weipert <git@mail.dweipert.de>2024-08-31 21:19:36 +0200
commit14e51610a66099af5cba7cb92876e691fe017216 (patch)
tree5bbb252c0170b00e25cb66e38980bcd505c5aad2 /Goal.gd
parentcf4f54f8e43d1deb03e1b644f6a374530efa11e3 (diff)
next commit
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