mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
[C14] Added two planeswalker and 10 black cards.
This commit is contained in:
parent
bda59fafcf
commit
1cdf2ab4b0
87 changed files with 2257 additions and 148 deletions
|
|
@ -210,7 +210,7 @@ public class CardPanel extends MagePermanent implements MouseListener, MouseMoti
|
|||
counterPanel.add(minusCounterLabel);
|
||||
|
||||
loyaltyCounterLabel = new JLabel("");
|
||||
loyaltyCounterLabel.setToolTipText("Loyalty");
|
||||
loyaltyCounterLabel.setToolTipText("loyalty");
|
||||
counterPanel.add(loyaltyCounterLabel);
|
||||
|
||||
otherCounterLabel = new JLabel("");
|
||||
|
|
@ -860,7 +860,7 @@ public class CardPanel extends MagePermanent implements MouseListener, MouseMoti
|
|||
}
|
||||
minusCounterLabel.setVisible(true);
|
||||
break;
|
||||
case "Loyalty":
|
||||
case "loyalty":
|
||||
if (counterView.getCount() != loyaltyCounter) {
|
||||
loyaltyCounter = counterView.getCount();
|
||||
loyaltyCounterLabel.setIcon(getCounterImageWithAmount(loyaltyCounter, ImageManagerImpl.getInstance().getCounterImageViolet(), cardWidth));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue