mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Fixes Issue#467 : marking possible attackers with blue instead of yellow
This commit is contained in:
parent
13d80e72f1
commit
0e2255f71f
1 changed files with 1 additions and 1 deletions
|
|
@ -439,7 +439,7 @@ public class CardPanel extends MagePermanent implements MouseListener, MouseMoti
|
|||
}
|
||||
|
||||
if (canAttack) {
|
||||
g2d.setColor(new Color(250, 250, 0, 200));
|
||||
g2d.setColor(new Color(0, 0, 150, 180));
|
||||
g2d.fillRoundRect(cardXOffset + 1, cardYOffset + 1, cardWidth - 2, cardHeight - 2, cornerSize, cornerSize);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue