Looking at the the easing example we can see the ship facing the wrong direction. arcade\examples\easing_example_2.py
It's using get_angle_degrees to get the angle between two points and that definitely fails by 90 degrees. I think this broke when we changed the rotation direction? Should this function return clokswise angles or not?