Flipped cards.

This commit is contained in:
magenoxx 2011-07-06 09:33:53 +04:00
parent 1091fc3cbe
commit 2fe5bff43d
5 changed files with 33 additions and 8 deletions

View file

@ -454,6 +454,9 @@ public class Card extends MagePermanent implements MouseMotionListener, MouseLis
@Override
public boolean isTapped() {return false;}
@Override
public boolean isFlipped() {return false;}
@Override
public void onBeginAnimation() {}