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

Method drawUpRightCorner

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

Source from the content-addressed store, hash-verified

230 }
231
232 private drawUpRightCorner(character: string): void{
233 this.renderArea.drawString(character, 99, 0);
234 }
235
236 private previousTab(): void{
237 if(this.selectedTabIndex-1 >= 0)

Callers 2

drawAllCornersMethod · 0.95

Calls 1

drawStringMethod · 0.80

Tested by

no test coverage detected