From 0a46972fcad8fa3e0c25b182a714b49db252993a Mon Sep 17 00:00:00 2001 From: Ronin0000 <89286474+Ronin0000@users.noreply.github.com> Date: Sun, 5 Sep 2021 08:28:30 -0700 Subject: [PATCH] Update app.js --- apps/carcrazy/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/carcrazy/app.js b/apps/carcrazy/app.js index 07c849c35..0fb765871 100644 --- a/apps/carcrazy/app.js +++ b/apps/carcrazy/app.js @@ -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){