Added a new sort mode to editor that sorts by color detailed by color combinations.

This commit is contained in:
LevelX2 2013-02-10 10:47:44 +01:00
parent 0bf9491aa1
commit 13e008f102
4 changed files with 87 additions and 1 deletions

View file

@ -96,6 +96,7 @@ public final class Constants {
CASTING_COST ("Casting Cost"),
RARITY ("Rarity"),
COLOR ("Color"),
COLOR_DETAILED ("Color Detailed"),
NAME ("Name"),
UNSORTED ("Unsorted");