Update app.js

master
Andy Smy 2025-04-18 19:24:50 +01:00 committed by GitHub
parent e0ecc9e6b7
commit 3465f8870e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -149,6 +149,7 @@ function startOver() {
}
function resumeGame() {
menu = E.showMenu();
if(over==0) {
startOver();
} else {
@ -166,4 +167,4 @@ var menuItems = {
"Play" : ()=>resumeGame()
};
E.showMenu(menuItems);
var menu = E.showMenu(menuItems);