Hello folks! I was wondering if there is a good way to generate a line between two points. I have a character spawning a sprite at his location, and dropping a second sprite vertically until it hits the ground.
I just needed to make a white line connecting the two. My current plan was to measure the distance between the points (which would share the same X, as it dropped only vertically), and then use that to tile a white tileable background.
Better way?
Thanks for any feedback!