merging screens isn't finished, I need to find a way to merge the y-axis. Other than that, the x-position of any point on the player side is: (((x-pos) - pX) - 120) enemy side: (((x-pos) - eX) + 120) player y-position (((y-pos) - pY) - 120) enemy side: (((y-pos) - eY) + 120)