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

Method drawGame

code/main/SuperRPG.ts:194–196  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

192
193 // Private methods
194 private drawGame(): void{
195 this.menu.draw(this.getRenderArea());
196 }
197
198 private drawLose(): void{
199 this.getRenderArea().drawArray(Database.getAscii("places/village/thirdHouseGames/SuperRPG/youLose"), 8, 1);

Callers 1

runMethod · 0.95

Calls 2

drawMethod · 0.45
getRenderAreaMethod · 0.45

Tested by

no test coverage detected