mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Remove the Players and Command panels
- Some more cleanup - Cleanup the Animation class (public method signatures unchanged)
This commit is contained in:
@@ -150,7 +150,6 @@ public class ForgePreferences extends PreferencesStore<ForgePreferences.FPref> {
|
||||
SHORTCUT_SHOWSTACK ("83"),
|
||||
SHORTCUT_SHOWCOMBAT ("67"),
|
||||
SHORTCUT_SHOWCONSOLE ("76"),
|
||||
SHORTCUT_SHOWPLAYERS ("80"),
|
||||
SHORTCUT_SHOWDEV ("68"),
|
||||
SHORTCUT_CONCEDE ("17"),
|
||||
SHORTCUT_ENDTURN ("69"),
|
||||
|
||||
@@ -72,7 +72,7 @@ public class ForgeProfileProperties {
|
||||
cacheDir = getDir(props, CACHE_DIR_KEY, defaults.getRight());
|
||||
cardPicsDir = getDir(props, CARD_PICS_DIR_KEY, cacheDir + "pics" + File.separator + "cards" + File.separator);
|
||||
cardPicsSubDirs = getMap(props, CARD_PICS_SUB_DIRS_KEY);
|
||||
serverPort = getInt(props, SERVER_PORT_KEY, 0);
|
||||
serverPort = getInt(props, SERVER_PORT_KEY, 36743); // "Forge" using phone keypad
|
||||
|
||||
//ensure directories exist
|
||||
FileUtil.ensureDirectoryExists(userDir);
|
||||
|
||||
Reference in New Issue
Block a user