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

Method drawDownRightCorner

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

Source from the content-addressed store, hash-verified

172 }
173
174 private drawDownRightCorner(character: string): void{
175 this.renderArea.drawString(character, 99, 5);
176 }
177
178 private drawStatusBarCornersStuff(): void{
179 // We add buttons

Callers 2

drawAllCornersMethod · 0.95

Calls 1

drawStringMethod · 0.80

Tested by

no test coverage detected