mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
Added a new sort mode to editor that sorts by color detailed by color combinations.
This commit is contained in:
parent
0bf9491aa1
commit
13e008f102
4 changed files with 87 additions and 1 deletions
|
|
@ -96,6 +96,7 @@ public final class Constants {
|
|||
CASTING_COST ("Casting Cost"),
|
||||
RARITY ("Rarity"),
|
||||
COLOR ("Color"),
|
||||
COLOR_DETAILED ("Color Detailed"),
|
||||
NAME ("Name"),
|
||||
UNSORTED ("Unsorted");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue