Classes moved / Fixed autotile bugs / Added sector display
This commit is contained in:
@@ -45,9 +45,10 @@ public class Vars{
|
||||
public static final int saveSlots = 64;
|
||||
public static final float itemSize = 5f;
|
||||
public static final int tilesize = 8;
|
||||
public static final int sectorSize = 256;
|
||||
public static final Locale[] locales = {new Locale("en"), new Locale("fr"), new Locale("ru"), new Locale("uk", "UA"), new Locale("pl"),
|
||||
new Locale("de"), new Locale("pt", "BR"), new Locale("ko"), new Locale("in", "ID"),
|
||||
new Locale("ita"), new Locale("es"), new Locale("zh","TW")};
|
||||
new Locale("ita"), new Locale("es"), new Locale("zh","TW")};
|
||||
public static final Color[] playerColors = {
|
||||
Color.valueOf("82759a"),
|
||||
Color.valueOf("c0c1c5"),
|
||||
|
||||
Reference in New Issue
Block a user