[card.plugin] now replaces cards in deckeditor if used. removed debug logging.

This commit is contained in:
magenoxx 2010-11-22 13:02:36 +00:00
parent b501b10f9a
commit 08d020d998
4 changed files with 58 additions and 30 deletions

View file

@ -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