* 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:
Oleg Agafonov 2019-06-30 18:25:33 +04:00
parent 6ab76ce91d
commit efbd36963d
3 changed files with 163 additions and 75 deletions

View file

@ -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);
}