forked from External/mage
Added card transform in UI. For now for all cards.
This commit is contained in:
parent
d3dfb67ffc
commit
903dc0c5ef
9 changed files with 777 additions and 658 deletions
|
|
@ -61,12 +61,12 @@ public class ChatPanel extends javax.swing.JPanel {
|
|||
/**
|
||||
* Chat message color for opponents.
|
||||
*/
|
||||
private static final Color OPPONENT_COLOR = Color.RED;
|
||||
private static final Color OPPONENT_COLOR = new Color(0, 230, 64);
|
||||
|
||||
/**
|
||||
* Chat message color for client player.
|
||||
*/
|
||||
private static final Color MY_COLOR = Color.GREEN;
|
||||
private static final Color MY_COLOR = new Color(0, 230, 64);
|
||||
|
||||
/**
|
||||
* Chat message color for timestamps.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue