summaryrefslogtreecommitdiff
path: root/PathNode.gd
diff options
context:
space:
mode:
Diffstat (limited to 'PathNode.gd')
-rw-r--r--PathNode.gd9
1 files changed, 0 insertions, 9 deletions
diff --git a/PathNode.gd b/PathNode.gd
deleted file mode 100644
index 848c7b3..0000000
--- a/PathNode.gd
+++ /dev/null
@@ -1,9 +0,0 @@
-class_name PathNode
-extends Node2D
-
-
-@export var next_node: Node2D
-
-var path_position: Vector2:
- get():
- return $PathPosition.global_position