TowerGameProto/path_follow_2d.gd

5 lines
84 B
GDScript

extends PathFollow2D
func _process(delta: float) -> void:
progress += delta * 100