mirror of
https://github.com/Theaninova/mhlib.git
synced 2025-12-12 12:36:17 +00:00
14 lines
128 B
GDScript
14 lines
128 B
GDScript
extends Node3D
|
|
|
|
class_name FinishLine
|
|
|
|
@onready var start_positions = [
|
|
$pos_0,
|
|
$pos_1,
|
|
$pos_2,
|
|
$pos_3,
|
|
$pos_4,
|
|
$pos_5
|
|
]
|
|
|