(String skinName, final SplashScreen splashScreen,FileHandle prefDir)
| 112 | preferredDir = GuiBase.isAndroid() ? Gdx.files.internal("fallback_skin") : Gdx.files.classpath("fallback_skin"); |
| 113 | } |
| 114 | public static void loadLight(String skinName, final SplashScreen splashScreen,FileHandle prefDir) { |
| 115 | preferredDir = prefDir; |
| 116 | loadLight(skinName,splashScreen); |
| 117 | } |
| 118 | /* |
| 119 | * Loads a "light" version of FSkin, just enough for the splash screen: |
| 120 | * skin name. Generates custom skin settings, fonts, and backgrounds. |
no test coverage detected