I'm making a pipe rotation game. I have the mechanics for snapping the pipes into place and rotating the pipes down. I was hoping to add animation of water droplets traveling along the pipes. My question is how do I get the water droplet sprite to follow the path of pipes the player has created?
The pathfinding behavior really only works for avoiding solid objects, not following a variable route. Does anyone have any suggestions of how I could do this? Thanks!