- Added a toggleable option "Display Tokens on a Separate Row" that controls whether tokens are displayed on their own row or on the same row as other cards. Defaults to "on a separate row" for compliance with previous behavior (and at least until this mode is tested better).

This commit is contained in:
Agetian
2015-05-17 06:23:05 +00:00
parent 1393212cec
commit ce924fafe1
4 changed files with 28 additions and 1 deletions

View File

@@ -77,6 +77,7 @@ public class ForgePreferences extends PreferencesStore<ForgePreferences.FPref> {
UI_CLOSE_ACTION ("NONE"),
UI_MANA_LOST_PROMPT ("false"), // Prompt on losing mana when passing priority
UI_PAUSE_WHILE_MINIMIZED("false"),
UI_TOKENS_IN_SEPARATE_ROW("true"), // Display tokens on their own battlefield row.
UI_FOR_TOUCHSCREN("false"),