- Added a graphic representation of counters.

This commit is contained in:
Sloth
2011-10-03 13:17:41 +00:00
parent 5a3a0fb417
commit 4b61355663
7 changed files with 32 additions and 12 deletions

View File

@@ -28,7 +28,7 @@ public class ManaSymbols {
String[] symbols = new String[]{"0", "1", "10", "11", "12", "15", "16", "2", "20", "2W", "2U", "2R", "2G", "2B", "3",
"4", "5", "6", "7", "8", "9", "B", "BG", "BR", "G", "GU", "GW", "R", "RG", "RW", "S", "T", "U", "UB",
"UR", "W", "WB", "WU", "PW", "PU", "PB", "PR", "PG", "X", "Y", "Z", "slash", "attack", "defend", "summonsick",
"phasing",
"phasing", "counters1", "counters2", "counters3", "countersMulti",
"foil01","foil02","foil03","foil04","foil05","foil06","foil07","foil08","foil09","foil10"};
for (String symbol : symbols)
manaImages.put(symbol, UI.getImageIcon("res/images/symbols-13/" + symbol + ".png").getImage());