Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ start
Function
start
code/main/main.ts:63–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
}
62
63
function
start(): void{
64
game =
new
Game(gameMode);
65
Keyboard.setGame(game);
66
Saving.load(game, loadingType, loadingString);
67
game.postLoad();
68
}
69
}
70
71
$(document).ready(
function
(){
Callers
2
documentIsReady
Function · 0.85
reloadEverythingFromFile
Function · 0.85
Calls
2
postLoad
Method · 0.80
load
Method · 0.65
Tested by
no test coverage detected