mirror of
https://github.com/Astatin3/sipeed-godot-quest.git
synced 2026-06-08 16:08:01 -06:00
7 lines
85 B
GDScript
7 lines
85 B
GDScript
extends MultiMeshInstance3D
|
|
|
|
Vector3[] points = []
|
|
|
|
func _ready() -> void:
|
|
self.add
|