Various campaign-related tweaks

This commit is contained in:
Anuken
2020-05-13 17:04:59 -04:00
parent c432639dfa
commit 04dc701c25
15 changed files with 77 additions and 36 deletions
+4
View File
@@ -126,6 +126,10 @@ public class Vars implements Loadable{
public static boolean steam;
/** whether typing into the console is enabled - developers only */
public static boolean enableConsole = false;
/** whether to clear sector saves when landing */
public static boolean clearSectors = false;
/** whether any light rendering is enabled */
public static boolean enableLight = true;
/** application data directory, equivalent to {@link Settings#getDataDirectory()} */
public static Fi dataDirectory;
/** data subdirectory used for screenshots */