This commit is contained in:
Anuken
2021-06-28 09:25:38 -04:00
parent 0bd1b4eedc
commit 082c17da85
8 changed files with 19 additions and 12 deletions
+2
View File
@@ -148,6 +148,8 @@ public class Vars implements Loadable{
public static int maxTextureSize = 2048;
/** Whether to show the core landing animation. */
public static boolean showLandAnimation = true;
/** Whether to check for memory use before taking screenshots. */
public static boolean checkScreenshotMemory = true;
/** Whether to prompt the user to confirm exiting. */
public static boolean confirmExit = true;
/** if true, UI is not drawn */