So I'm making a top down dungeon crawler. So far, the player moves with WASD and aim with the mouse pointer, but because my mask is a rectangle and the image angle of the player is set to point_direction(x,y,mouse_x,mouse_y) everytime I point in a direction that isn't 0, 90, 180 or 270, and...