extends PathFollow3D
func _on_timer_timeout() -> void:
progress += 0.068
func peopleWalkToScreenDoor() -> void:
$"../Timer".start()
$"../..".visible = true
func peopleStopWalk()-> void:
$"../Timer".stop()