mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
Displaying set images in tool tips.
This commit is contained in:
parent
4333603e0e
commit
66c04db9f4
9 changed files with 151 additions and 64 deletions
|
|
@ -78,6 +78,7 @@ public final class Constants {
|
|||
public static final String RESOURCE_PATH_MANA_LARGE = IO.imageBaseDir + "symbols" + File.separator + "large";
|
||||
public static final String RESOURCE_PATH_MANA_MEDIUM = IO.imageBaseDir + "symbols" + File.separator + "medium";
|
||||
public static final String RESOURCE_PATH_SET = IO.imageBaseDir + "sets" + File.separator;
|
||||
public static final String RESOURCE_PATH_SET_SMALL = RESOURCE_PATH_SET + File.separator + "small" + File.separator;
|
||||
public static final String BASE_SOUND_PATH = "plugins" + File.separator + "sounds" + File.separator;
|
||||
|
||||
public interface IO {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue