Make mapheight and width configurable

This commit is contained in:
Trent Hensler 2018-02-13 10:55:03 -08:00
parent f29efa116d
commit ab7f474323
1 changed files with 2 additions and 2 deletions

View File

@ -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 {