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

Method chooseFame

code/main/Dragon.ts:103–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101 }
102
103 private chooseFame(): void{
104 // Change the step
105 this.step = DragonStep.TALKING_FAME;
106 // Update
107 this.update();
108 this.getGame().updatePlace();
109 }
110
111 private drawPlayer(x: number, y: number = 26): void{
112 this.renderArea.drawString("\\o/", x, y);

Callers

nothing calls this directly

Calls 3

updateMethod · 0.95
updatePlaceMethod · 0.80
getGameMethod · 0.45

Tested by

no test coverage detected