After searching around and looking at snippets of code, I realize that there are numerous ways and options for what I want to do, although I'm becoming more and more confused of how I should solve this.
2D. Godot 4.
What I would like to do is: Spawn to an area2d, wait a couple of seconds then move the first of my spawns to the start of a path2D, then follow the path
I want to line each spawn up behind each other, carry out a task on the first one, move that to the next location, move the second in line to the front and repeat. Much the same as an Idle game.
Maybe someone has a solution to this or even a better way of doing this. Code would be greatly appreciated.
Thanks in advance.