Small config change. Also it turns out that the game runs fine from android studio.

This commit is contained in:
Relintai 2017-10-07 00:57:49 +02:00
parent 493acbacc4
commit 3808fa1b1e

View File

@ -14,6 +14,9 @@ public class Main {
public static void main (String[] arg) {
LwjglApplicationConfiguration config = new LwjglApplicationConfiguration();
config.height = 800;
config.width = 600;
// FileHandle fg = Gdx.files.local("Forge/");
// if (!fg.exists()) {