mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2025-12-09 14:19:24 +00:00
Movement improvements
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user