Displayint card name in choice dialog. Bigger cards for choice many.

This commit is contained in:
magenoxx 2012-06-27 18:07:13 +04:00
parent 8f0159d706
commit 638a6368d2
8 changed files with 51 additions and 31 deletions

View file

@ -499,4 +499,8 @@ public class Card extends MagePermanent implements MouseMotionListener, MouseLis
public boolean isTransformed() {
return false;
}
@Override
public void showCardTitle() {
}
}