What to do?
Zooming is supposed to show the same effects no matter what resolution the frame has.
Currently, a fixed formula (6:5) is applied to the height of gamePanel causing to move the visible area when it's not in a 6:5 resolution. The size of the gamePanel is the result of the whole frame being in a 16:9 resolution.
What to do? Zooming is supposed to show the same effects no matter what resolution the frame has.
Currently, a fixed formula (6:5) is applied to the height of
gamePanel
causing to move the visible area when it's not in a 6:5 resolution. The size of thegamePanel
is the result of the whole frame being in a 16:9 resolution.