Created
March 9, 2016 14:50
-
-
Save Tigraine/75d6cadd2ffcaa9b4fff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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