TowerGameProto/path_follow_2d.gd

5 lines
84 B
GDScript3
Raw Permalink Normal View History

2025-04-16 22:56:14 +01:00
extends PathFollow2D
func _process(delta: float) -> void:
progress += delta * 100