Gets a FileHandle for a file within the planechase cache directory
(String filename)
| 579 | * Gets a FileHandle for a file within the planechase cache directory |
| 580 | */ |
| 581 | public static FileHandle getCachePlanechaseFile(String filename) { |
| 582 | return Gdx.files.absolute(ForgeConstants.CACHE_PLANECHASE_PICS_DIR + filename); |
| 583 | } |
| 584 | |
| 585 | public static FileHandle getSkinDir() { |
| 586 | return preferredDir; |