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

Method drawAllCorners

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

Source from the content-addressed store, hash-verified

161 }
162
163 private drawAllCorners(character: string): void{
164 this.drawUpLeftCorner(character);
165 this.drawUpRightCorner(character);
166 this.drawDownLeftCorner(character);
167 this.drawDownRightCorner(character);
168 }
169
170 private drawDownLeftCorner(character: string): void{
171 this.renderArea.drawString(character, 0, 5);

Callers 1

Calls 4

drawUpLeftCornerMethod · 0.95
drawUpRightCornerMethod · 0.95
drawDownLeftCornerMethod · 0.95
drawDownRightCornerMethod · 0.95

Tested by

no test coverage detected