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() {
}
}