This commit is contained in:
Anuken
2020-11-29 13:59:09 -05:00
parent 682c1692df
commit 2a9f362e15
4 changed files with 13 additions and 6 deletions
+2
View File
@@ -47,6 +47,8 @@ public class Vars implements Loadable{
public static final int bufferSize = 8192;
/** global charset, since Android doesn't support the Charsets class */
public static final Charset charset = Charset.forName("UTF-8");
/** mods suggested for import */
public static final String[] suggestedMods = {""};
/** main application name, capitalized */
public static final String appName = "Mindustry";
/** URL for itch.io donations. */