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

Method drawSplashScreen

code/main/GalacticWars.ts:258–260  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

256 }
257
258 private drawSplashScreen(): void{
259 this.getRenderArea().drawArray(Database.getAscii("places/village/thirdHouseGames/GalacticWars/splashScreen"), -87 + this.splashScreenTimer*3, 2);
260 }
261
262 private goToLose(): void{
263 // Change the step

Callers 1

runMethod · 0.95

Calls 3

drawArrayMethod · 0.80
getAsciiMethod · 0.80
getRenderAreaMethod · 0.45

Tested by

no test coverage detected