MCPcopy Create free account
hub / github.com/candybox2/candybox2.github.io / drawUpLeftCorner

Method drawUpLeftCorner

code/main/StatusBar.ts:228–230  ·  view source on GitHub ↗
(character: string)

Source from the content-addressed store, hash-verified

226 }
227
228 private drawUpLeftCorner(character: string): void{
229 this.renderArea.drawString(character, 0, 0);
230 }
231
232 private drawUpRightCorner(character: string): void{
233 this.renderArea.drawString(character, 99, 0);

Callers 2

drawAllCornersMethod · 0.95

Calls 1

drawStringMethod · 0.80

Tested by

no test coverage detected