Window zoom argument
This commit is contained in:
parent
4b97d6e639
commit
c20aefdc5a
@ -47,6 +47,9 @@ public class Main {
|
|||||||
}
|
}
|
||||||
Utils.debugThirdScreen = StaticVars.debugOn & false;
|
Utils.debugThirdScreen = StaticVars.debugOn & false;
|
||||||
for (String arg : args) {
|
for (String arg : args) {
|
||||||
|
if (arg.contains("2x")) {
|
||||||
|
StaticVars.debugWindow2x = true;
|
||||||
|
}
|
||||||
if (arg.contains("headless")) {
|
if (arg.contains("headless")) {
|
||||||
Utils.headlessOverride = true;
|
Utils.headlessOverride = true;
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,7 @@ public class StaticVars {
|
|||||||
public static final int[] screenSize = new int[] { 480, 320 };
|
public static final int[] screenSize = new int[] { 480, 320 };
|
||||||
public static boolean debugOn;
|
public static boolean debugOn;
|
||||||
public static int outputLevel = 5;
|
public static int outputLevel = 5;
|
||||||
public static final boolean debugWindow2x = true;
|
public static boolean debugWindow2x = false;
|
||||||
|
|
||||||
private StaticVars() {
|
private StaticVars() {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user