Skip to content

Instantly share code, notes, and snippets.

@Tigraine
Created March 9, 2016 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tigraine/75d6cadd2ffcaa9b4fff to your computer and use it in GitHub Desktop.
Save Tigraine/75d6cadd2ffcaa9b4fff to your computer and use it in GitHub Desktop.
LwjglApplicationConfiguration config = new LwjglApplicationConfiguration();
config.title = "Thesis";
config.useGL30 = true;
config.height = 1280;
config.width = 768;
new LwjglApplication(new MyGdxGame(), config);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment