Movement improvements

This commit is contained in:
Martin
2022-12-12 12:04:31 +01:00
parent f7b345ef93
commit 2077c2e1c8
9 changed files with 92 additions and 14 deletions

View File

@@ -94,7 +94,8 @@ export class Game extends Component {
this.gameUI.init(this.player);
this.gamePauser.resume();
await delay(10000);
// while not dead
await delay(100000);
this.gamePauser.pause();
Game.instance = null;
return 1;