8 lines
132 B
GDScript
8 lines
132 B
GDScript
extends PathFollow3D
|
|
|
|
func _process(_delta: float) -> void:
|
|
pass
|
|
|
|
func _on_timer_timeout() -> void:
|
|
self.progress_ratio += 0.003
|