restart icon shown on resume
This commit is contained in:
parent
69da2a2d03
commit
62c3611334
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ function resumeGame() {
|
|||
gameState = 1;
|
||||
hideUIElements();
|
||||
$('#pauseBtn').show();
|
||||
$('#restartBtn').show();
|
||||
importing = 0;
|
||||
startTime = Date.now();
|
||||
waveone = saveState.wavegen || new waveGen(MainClock,Date.now(),[1,1,0],[1,1],[1,1]);
|
||||
|
|
Loading…
Reference in a new issue