mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Card plugin now uses plugin.images folder to store images.
This commit is contained in:
parent
b143a5a44d
commit
e8c972c27f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import java.awt.Rectangle;
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
|
|
||||||
public class Constants {
|
public class Constants {
|
||||||
public static final String RESOURCE_PATH = "/images";
|
public static final String RESOURCE_PATH = "/plugin.images";
|
||||||
public static final String RESOURCE_PATH_MANA = resourcePath("mana");
|
public static final String RESOURCE_PATH_MANA = resourcePath("mana");
|
||||||
public static final Rectangle CARD_SIZE_FULL = new Rectangle(101, 149);
|
public static final Rectangle CARD_SIZE_FULL = new Rectangle(101, 149);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue