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

Method getLogo

forge-gui-mobile/src/forge/assets/FSkin.java:34–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 private static boolean loaded = false;
33
34 public static Texture getLogo() {
35 if (Forge.isMobileAdventureMode)
36 return Forge.getAssets().getTexture(getDefaultSkinFile("adv_logo.png"), true, false);
37 return Forge.getAssets().getTexture(getSkinFile("hd_logo.png"), false);
38 }
39
40 public static void saveSkinName(ForgePreferences prefs, String skinName) {
41 prefs.setPref(FPref.UI_SKIN, skinName);

Callers 7

drawOverlayMethod · 0.95
drawBackgroundMethod · 0.95
drawBackgroundMethod · 0.95
showSelectorMethod · 0.95
drawBackgroundMethod · 0.95
ClosingScreenClass · 0.95
drawMethod · 0.95

Calls 4

getAssetsMethod · 0.95
getDefaultSkinFileMethod · 0.95
getSkinFileMethod · 0.95
getTextureMethod · 0.45

Tested by

no test coverage detected