7 lines
79 B
GDScript
7 lines
79 B
GDScript
extends Area2D
|
|
|
|
@export var target: Vector2
|
|
|
|
func get_target():
|
|
return target
|