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

Method drawConfigurationText

code/main/Cfg.ts:129–131  ·  view source on GitHub ↗
(x: number, y: number)

Source from the content-addressed store, hash-verified

127 }
128
129 private drawConfigurationText(x: number, y: number): void{
130 this.renderArea.drawArray(Database.getAscii("text/Configuration"), x + 17, y);
131 }
132
133 private invertColorsChecked(): void{
134 this.setInvertedColors(true);

Callers 1

updateMethod · 0.95

Calls 2

drawArrayMethod · 0.80
getAsciiMethod · 0.80

Tested by

no test coverage detected