summaryrefslogtreecommitdiff
path: root/PathNode.gd
blob: 848c7b32bc230712c971c3f5a64e7319200f0759 (plain)
1
2
3
4
5
6
7
8
9
class_name PathNode
extends Node2D


@export var next_node: Node2D

var path_position: Vector2:
	get():
		return $PathPosition.global_position