Hey guys,
so I’ve implemented a scrolling camera to my game which works fine for me.
But if I change the resolution of my game, e.g. from 800x600 to 1280x960 the field of view of the player increases extremly.
This is my camera class:
http://pastebin.java-gaming.org/8a70696904d1d
Is there a way to increase screen resolution without increasing the field of view for the player?
Thanks!