mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2026-02-14 12:22:42 +00:00
Gold gathering
This commit is contained in:
@@ -33,8 +33,8 @@ export class GameRunner {
|
||||
}
|
||||
AppRoot.Instance.SaveSystem.save(userData);
|
||||
|
||||
console.log("Gold coins: " + result);
|
||||
console.log("All gold coins: " + userData.game.goldCoins);
|
||||
await delay(1000);
|
||||
director.loadScene("Menu");
|
||||
|
||||
this.isRunning = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user