Fixed typos in primitives text, improved Deck Editor menu' commands (now select button toggle the Sideboard/Commanders/Dungeons view while the Note Button open the quick filter), added a new menu' option in Deck Editor to toggle Grid/Carousel view (useful on PSP/PSVita).

This commit is contained in:
Vittorio Alfieri
2021-11-18 20:42:21 +01:00
parent 152dafc90f
commit 31b3a7e785
6 changed files with 117 additions and 112 deletions

View File

@@ -54,6 +54,7 @@ enum DECK_VIEWER_MENU_ITEMS
MENU_ITEM_YES = 20,
MENU_ITEM_NO = 21,
MENU_ITEM_FILTER_BY = 22,
MENU_ITEM_TOGGLE_VIEW = 23,
MENUITEM_MORE_INFO = kInfoMenuID
};