MCPcopy Create free account
hub / github.com/demoth/jake2 / Banner

Method Banner

client/src/main/java/jake2/client/Menu.java:181–187  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

179 private static int m_menudepth;
180
181 private static void Banner(String name) {
182 Dimension dim = new Dimension();
183 ClientGlobals.re.DrawGetPicSize(dim, name);
184
185 ClientGlobals.re.DrawPic(ClientGlobals.viddef.getWidth() / 2 - dim.width / 2,
186 ClientGlobals.viddef.getHeight() / 2 - 110, name);
187 }
188
189 private static void PushMenu(Command draw, keyfunc_t key) { //, String(*key)
190 // (int k) ) {

Callers 7

Multiplayer_MenuDrawMethod · 0.95
Options_MenuDrawMethod · 0.95
Game_MenuDrawMethod · 0.95
LoadGame_MenuDrawMethod · 0.95
SaveGame_MenuDrawMethod · 0.95
JoinServer_MenuDrawMethod · 0.95

Calls 4

getWidthMethod · 0.80
getHeightMethod · 0.80
DrawGetPicSizeMethod · 0.65
DrawPicMethod · 0.65

Tested by

no test coverage detected