summaryrefslogtreecommitdiff
path: root/Goal.gd
blob: 534ef3c5daea9d653d0fe46bffbe747edba0254d (plain)
1
2
3
4
5
6
7
class_name Goal
extends Node2D


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