Make mapheight and width configurable
This commit is contained in:
parent
f29efa116d
commit
ab7f474323
@ -365,8 +365,8 @@ public class Conf {
|
||||
public static Backend backEnd = Backend.JSON;
|
||||
|
||||
// Taller and wider for "bigger f map"
|
||||
public static transient int mapHeight = 17;
|
||||
public static transient int mapWidth = 49;
|
||||
public static int mapHeight = 17;
|
||||
public static int mapWidth = 49;
|
||||
public static transient char[] mapKeyChrs = "\\/#$%=&^ABCDEFGHJKLMNOPQRSTUVWXYZ1234567890abcdeghjmnopqrsuvwxyz?".toCharArray();
|
||||
|
||||
static {
|
||||
|
Loading…
Reference in New Issue
Block a user