Godot Version
4.3`
Question
Im using a Path2D node to lay out patrol routes for my enemies, since you just add some points and it creates a curve for you. Though my enemies are currently walking nonstop along the path. Is there a way to stop an enemy for a few seconds on the key points i’ve chosen, before they resume patrolling?
as an example,here’s one of my routes. I want the enemy to stop on the diamond points before proceeding with their patrol.