extends PathFollow2D # a moving music player const SPEED = 200 func _physics_process(delta): progress += SPEED * delta