Update app.js

pull/796/head
Ronin0000 2021-09-05 08:28:30 -07:00 committed by GitHub
parent f260c4e94f
commit 0a46972fca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ setWatch(() => {
enemyPositonCenterY = 0 - carHeight/2;
enemyPositonCenterX2 = 120;
enemyPositonCenterY2 = 0 - carHeight/2;
score = 100;
score = 0;
level = 1;
checkForNextLevel();
}else if(gameStatus == GAMEOVER){