REM/scripts/path_follow_test.gd
2026-03-26 20:37:29 -06:00

8 lines
132 B
GDScript

extends PathFollow3D
func _process(_delta: float) -> void:
pass
func _on_timer_timeout() -> void:
self.progress_ratio += 0.003