mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
*Added Phyrexian Mana Symbols.
This commit is contained in:
5
.gitattributes
vendored
5
.gitattributes
vendored
@@ -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
|
||||
|
||||
BIN
res/images/symbols-13/PB.png
Normal file
BIN
res/images/symbols-13/PB.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 730 B |
BIN
res/images/symbols-13/PG.png
Normal file
BIN
res/images/symbols-13/PG.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 729 B |
BIN
res/images/symbols-13/PR.png
Normal file
BIN
res/images/symbols-13/PR.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 709 B |
BIN
res/images/symbols-13/PU.png
Normal file
BIN
res/images/symbols-13/PU.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 733 B |
BIN
res/images/symbols-13/PW.png
Normal file
BIN
res/images/symbols-13/PW.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 728 B |
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user