mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
- Added a graphic representation of counters.
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user