forked from External/mage
* UI: improves for player's panel:
* added cards count for commander zone icon; * added colorized text for non empty mana pool; * added colorized text for playable/chooseable cards in grave/exile/command zones;
This commit is contained in:
parent
6ab76ce91d
commit
efbd36963d
3 changed files with 163 additions and 75 deletions
|
|
@ -714,7 +714,7 @@ public final class GamePanel extends javax.swing.JPanel {
|
|||
}
|
||||
}
|
||||
}
|
||||
players.get(player.getPlayerId()).update(player);
|
||||
players.get(player.getPlayerId()).update(game, player, targets);
|
||||
if (player.getPlayerId().equals(playerId)) {
|
||||
skipButtons.updateFromPlayer(player);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue