WASD TO MOVE (Finished) Q and E to Rotate (Finished) Bugs: Top left movement + Rotation glitches balloon to bottom right This thing is really buggy Fixed one bug Really Just a Tech Demo
this program uses polar point equations, or equations in the form of (radius, theta) where the radius is how far away something is from a point, and theta is the angle of the balloon based on the scratch cat. Then, we convert it to X and Y values, where X = cos(theta) * radius and Y = sin(theta) * radius