With Slick, how to change the resolution during gameplay?
- by TheLima
I am developing a tile-based strategy game using Java and the Slick API.
So far so good, but I've come to a standstill on my options menu. I have plans for the user to be able to change the resolution during gameplay (it is pretty common, after all).
I can already change to fullscreen and back to windowed, this was pretty simple...
…