4 lines
61 B
GDScript3
4 lines
61 B
GDScript3
|
|
extends Node
|
||
|
|
|
||
|
|
@export var path_3d_array : Array[Path3D] = []
|