Screen Res

Hey,

I am suing the standard game class and was wondering what is use to get the screen res and to put it into full screen.  The reason I am asking is I don't want to have to load up the settings prompt at the start every time



Thanks

I've heard Darkfrog is pretty well off - so aim high :wink:

XD

Do you mean something like this?


game.getSettings().setFullscreen(true);
game.getSettings().setWidth(width);
game.getSettings().setHeight(height);
game.start();