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

Method DrawAltString

client/src/main/java/jake2/client/Console.java:277–282  ·  view source on GitHub ↗
(int x, int y, String s)

Source from the content-addressed store, hash-verified

275 }
276
277 static void DrawAltString(int x, int y, String s) {
278 for (int i = 0; i < s.length(); i++) {
279 ClientGlobals.re.DrawChar(x, y, s.charAt(i) ^ 0x80);
280 x += 8;
281 }
282 }
283
284 /*
285 * =============== Con_Linefeed ===============

Callers 1

ExecuteLayoutStringMethod · 0.95

Calls 1

DrawCharMethod · 0.65

Tested by

no test coverage detected