Feb. 9, 2023
Today I managed to fix a huge bug, but there is still more left. I want the sprite to follow the mouse at a variable speed instead of immediately. I had to figure out how to find the angle to the pointer and now I have to figure out how to do the actual turning part. It's a math problem and I'm re...