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

Method update

code/main/TheCave.ts:279–288  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

277 }
278
279 private update(): void{
280 // Erase everything
281 this.renderArea.resetAllButSize();
282
283 // Back to the map button
284 this.addBackToMainMapButton(this.renderArea, "theCaveBackToTheMapButton");
285
286 // Draw the ways
287 this.drawWays();
288 }
289}

Callers 3

constructorMethod · 0.95
aPatternNeedsUpdatingMethod · 0.95
moveMethod · 0.95

Calls 3

drawWaysMethod · 0.95
resetAllButSizeMethod · 0.80

Tested by

no test coverage detected