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

Method drawDownLeftCorner

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

Source from the content-addressed store, hash-verified

168 }
169
170 private drawDownLeftCorner(character: string): void{
171 this.renderArea.drawString(character, 0, 5);
172 }
173
174 private drawDownRightCorner(character: string): void{
175 this.renderArea.drawString(character, 99, 5);

Callers 2

drawAllCornersMethod · 0.95

Calls 1

drawStringMethod · 0.80

Tested by

no test coverage detected