| 64 | isLibGDXPort = value; |
| 65 | } |
| 66 | public static void initializeDirs(String cards, Map<String, String> cardsSub, String tokens, String icons, String boosters, |
| 67 | String fatPacks, String boosterBoxes, String precons, String tournamentPacks) { |
| 68 | CACHE_CARD_PICS_DIR = cards; |
| 69 | CACHE_CARD_PICS_SUBDIR = cardsSub; |
| 70 | CACHE_TOKEN_PICS_DIR = tokens; |
| 71 | CACHE_ICON_PICS_DIR = icons; |
| 72 | CACHE_BOOSTER_PICS_DIR = boosters; |
| 73 | CACHE_FATPACK_PICS_DIR = fatPacks; |
| 74 | CACHE_BOOSTERBOX_PICS_DIR = boosterBoxes; |
| 75 | CACHE_PRECON_PICS_DIR = precons; |
| 76 | CACHE_TOURNAMENTPACK_PICS_DIR = tournamentPacks; |
| 77 | } |
| 78 | |
| 79 | // image file extensions for various formats in order of likelihood |
| 80 | // the last, empty, string is for keys that come in with an extension already in place |