Hi, I have PathFollow2D with sprite as a child to Path2D. I need to move PathFollow2D during the game when a button is pressed to another Path2D so that it moves along a different Path2D. How can I do this?
I tried using add_child() in my code, but it didn't lead to anything.