MCPcopy Create free account
hub / github.com/Card-Forge/forge / loadLight

Method loadLight

forge-gui-mobile/src/forge/assets/FSkin.java:114–117  ·  view source on GitHub ↗
(String skinName, final SplashScreen splashScreen,FileHandle prefDir)

Source from the content-addressed store, hash-verified

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.

Callers 3

createMethod · 0.95
checkForUpdatesMethod · 0.95
loadFullMethod · 0.95

Calls 15

deleteCachedFilesMethod · 0.95
useFallbackDirMethod · 0.95
getSkinDirectoryNamesMethod · 0.95
capitalizeMethod · 0.95
checkThemeDirMethod · 0.95
getAssetsMethod · 0.95
getSkinFileMethod · 0.95
getDefaultSkinFileMethod · 0.95
loadTextureMethod · 0.80
setSplashTextureMethod · 0.80
setWrapMethod · 0.80
setSplashBGTextureMethod · 0.80

Tested by

no test coverage detected