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

Method goToMainMenu

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

Source from the content-addressed store, hash-verified

251 }
252
253 private goToMainMenu(): void{
254 // Change the step
255 this.step = SuperRPGStep.GAME;
256
257 // Set the main menu
258 this.menu = new SuperRPGMenu_Main(this);
259 }
260
261 private goToMonster(): void{
262 // Create the new menu

Callers 1

runSplashScreenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected