- Added the phasing symbol and replaced the other symbols with the new one by Marc.

This commit is contained in:
Sloth
2011-10-02 13:50:41 +00:00
parent e0517070fd
commit dd710d5073
7 changed files with 5 additions and 0 deletions

View File

@@ -28,6 +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",
"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());