forked from External/mage
[card.plugin] now replaces cards in deckeditor if used. removed debug logging.
This commit is contained in:
parent
b501b10f9a
commit
08d020d998
4 changed files with 58 additions and 30 deletions
|
|
@ -466,13 +466,13 @@ public class Card extends MagePermanent implements MouseMotionListener, MouseLis
|
|||
public void setAlpha(float transparency) {}
|
||||
|
||||
@Override
|
||||
public PermanentView getOriginal() {
|
||||
throw new RuntimeException("Not implemented");
|
||||
public CardView getOriginal() {
|
||||
return card;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setCardBounds(int x, int y, int width, int height) {
|
||||
throw new RuntimeException("Not implemented");
|
||||
// do nothing
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue