mirror of
https://github.com/Relintai/mtg-forge-ios.git
synced 2025-01-08 15:39:35 +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) {
|
public static void main (String[] arg) {
|
||||||
LwjglApplicationConfiguration config = new LwjglApplicationConfiguration();
|
LwjglApplicationConfiguration config = new LwjglApplicationConfiguration();
|
||||||
|
|
||||||
|
config.height = 800;
|
||||||
|
config.width = 600;
|
||||||
|
|
||||||
// FileHandle fg = Gdx.files.local("Forge/");
|
// FileHandle fg = Gdx.files.local("Forge/");
|
||||||
|
|
||||||
// if (!fg.exists()) {
|
// if (!fg.exists()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user