add options show tokens

you can display tokens in editor (show tokens and choose 0 manacost) but
you can't add them, useful for tracking missing images...
This commit is contained in:
Anthony Calosa
2017-02-27 21:50:15 +08:00
parent 64547271dc
commit 458731778d
6 changed files with 48 additions and 10 deletions

View File

@@ -57,6 +57,7 @@ void GameStateOptions::Start()
optionsList = NEW WGuiList("Game");
optionsList->Add(NEW WGuiHeader("Interface Options"));
optionsList->Add(NEW OptionInteger(Options::BLKBORDER, "All Black Border"));
optionsList->Add(NEW OptionInteger(Options::SHOWTOKENS, "Show Tokens in Editor"));
optionsList->Add(NEW WDecoEnum(NEW OptionInteger(Options::CLOSEDHAND, "Closed hand", 1, 1, 0)));
optionsList->Add(NEW WDecoEnum(NEW OptionInteger(Options::HANDDIRECTION, "Hand direction", 1, 1, 0)));
optionsList->Add(NEW WDecoEnum(NEW OptionInteger(Options::MANADISPLAY, "Mana display", 3, 1, 0)));