Added card transform in UI. For now for all cards.

This commit is contained in:
magenoxx 2011-09-08 22:23:35 +04:00
parent d3dfb67ffc
commit 903dc0c5ef
9 changed files with 777 additions and 658 deletions

View file

@ -517,4 +517,8 @@ public class Card extends MagePermanent implements MouseMotionListener, MouseLis
@Override
public float getAlpha() {return 0;}
@Override
public void toggleTransformed() {
}
}

View file

@ -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.