*Added Phyrexian Mana Symbols.

This commit is contained in:
jendave
2011-08-06 22:36:42 +00:00
parent 2d8211ac0f
commit 0397f77486
7 changed files with 6 additions and 1 deletions

5
.gitattributes vendored
View File

@@ -7947,6 +7947,11 @@ res/images/symbols-13/C.png -text svneol=unset#image/png
res/images/symbols-13/G.png -text svneol=unset#image/png
res/images/symbols-13/GU.png -text svneol=unset#image/png
res/images/symbols-13/GW.png -text svneol=unset#image/png
res/images/symbols-13/PB.png -text svneol=unset#image/png
res/images/symbols-13/PG.png -text svneol=unset#image/png
res/images/symbols-13/PR.png -text svneol=unset#image/png
res/images/symbols-13/PU.png -text svneol=unset#image/png
res/images/symbols-13/PW.png -text svneol=unset#image/png
res/images/symbols-13/Q.png -text svneol=unset#image/png
res/images/symbols-13/R.png -text svneol=unset#image/png
res/images/symbols-13/RG.png -text svneol=unset#image/png

Binary file not shown.

After

Width:  |  Height:  |  Size: 730 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 729 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 709 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 733 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 728 B

View File

@@ -18,7 +18,7 @@ public class ManaSymbols {
static public void loadImages () {
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", "X", "Y", "Z", "slash", "attack", "defend", "summonsick"};
"UR", "W", "WB", "WU", "PW","PU","PB","PR","PG", "X", "Y", "Z", "slash", "attack", "defend", "summonsick"};
for (String symbol : symbols)
manaImages.put(symbol, UI.getImageIcon("res/images/symbols-13/" + symbol + ".png").getImage());
}