Added missing cards for Garruk vs. Liliana duel deck.

This commit is contained in:
LevelX2 2014-02-26 12:39:02 +01:00
parent 48efe70625
commit 562e586c26
27 changed files with 1621 additions and 0 deletions

View file

@ -162,6 +162,10 @@ public class ImageHelper {
/**
* Returns an image scaled to the size appropriate for the card picture
* panel
* @param original
* @param width
* @param height
* @return
*/
public static BufferedImage getResizedImage(BufferedImage original, int width, int height) {
ResampleOp resampleOp = new ResampleOp(width, height);