4 lines
89 B
GDScript
4 lines
89 B
GDScript
@export var distance = 0
|
|
@export var position = Vector3.ZERO
|
|
@export var visible = false
|