-
-
Notifications
You must be signed in to change notification settings - Fork 0
Launching game
Tymon Woźniak edited this page Apr 14, 2023
·
1 revision
Need to have game instance.
...
game.LoadGameAndStart().then((gameStartEvent) => {
JSGL.log("Game sucessfully loaded!");
}).catch((error) => {
JSGL.error("Encountered error @ game loading/after loading!", error);
}).finally(() => {
JSGL.log("After success/error");
});