mirror of
https://github.com/Relintai/mtg-forge-ios.git
synced 2024-11-14 04:17:19 +01:00
Small config change. Also it turns out that the game runs fine from android studio.
This commit is contained in:
parent
493acbacc4
commit
3808fa1b1e
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user