mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Flipped cards.
This commit is contained in:
parent
1091fc3cbe
commit
2fe5bff43d
5 changed files with 33 additions and 8 deletions
|
|
@ -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() {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue