Now if there is big image (card.plugin), rules box is not displayed.

This commit is contained in:
magenoxx 2010-11-19 09:01:47 +00:00
parent 3b9b92ed0b
commit 502b21fddb
5 changed files with 15 additions and 8 deletions

View file

@ -4,7 +4,7 @@ import java.awt.Rectangle;
import java.io.File;
public class Constants {
public static final String RESOURCE_PATH = "/plugin.images";
public static final String RESOURCE_PATH = "/images";
public static final String RESOURCE_PATH_MANA = resourcePath("mana");
public static final Rectangle CARD_SIZE_FULL = new Rectangle(101, 149);