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

Method draw

code/main/SuperRPGMenu_Main.ts:14–20  ·  view source on GitHub ↗
(renderArea: RenderArea)

Source from the content-addressed store, hash-verified

12
13 // Public methods
14 public draw(renderArea: RenderArea): void{
15 // Draw the "main menu" text
16 renderArea.drawString("Main menu", 22, 0);
17
18 // Mother class draw method
19 super.draw(renderArea);
20 }
21}

Callers

nothing calls this directly

Calls 1

drawStringMethod · 0.80

Tested by

no test coverage detected