extends PathFollow3D class_name TrainEngine @onready var train: MeshInstance3D = $Train func _physics_process(delta: float) -> void: if train: progress += train.current_speed * delta