Why does the using a Camera break finding angle with math.atan2?
I am trying to create a top-down game in pygame. One of the features is a gun which should point towards the mouse. The first two code snippets below worked perfectly before I implemented the camera with the third snippet.