pausing fixed
This commit is contained in:
parent
1db9d66474
commit
16c4502a1c
1 changed files with 1 additions and 0 deletions
|
@ -308,6 +308,7 @@ function animLoop() {
|
|||
render();
|
||||
}
|
||||
else if (gameState == -1) {
|
||||
debugger;
|
||||
showModal('Paused!', 'Press "P" to continue.');
|
||||
}
|
||||
else if (gameState == 2) {
|
||||
|
|
Loading…
Reference in a new issue