REM/scripts/path_follow_test.gd

8 lines
132 B
GDScript3
Raw Permalink Normal View History

2026-03-26 20:37:29 -06:00
extends PathFollow3D
func _process(_delta: float) -> void:
pass
func _on_timer_timeout() -> void:
self.progress_ratio += 0.003