diff --git a/app/src/main/assets/game.js b/app/src/main/assets/game.js index 19c69c3..550a9fa 100644 --- a/app/src/main/assets/game.js +++ b/app/src/main/assets/game.js @@ -33,7 +33,7 @@ function baseCombo() { return 1 + perks.base_combo * 3; } -function resetCombo(x, y) { +function resetCombo(x, y ) { const prev = combo; combo = baseCombo(); if (!levelTime) { @@ -1210,7 +1210,8 @@ function gameOver(title, intro) { }) } - + // Avoid the sad sound right as we restart a new games + combo=1 asyncAlert({ allowClose: true, title, text: `
${intro}
diff --git a/cover.png b/cover.png index 0c098b4..1cc018b 100644 Binary files a/cover.png and b/cover.png differ diff --git a/cover.png_original b/cover.png_original new file mode 100644 index 0000000..0c098b4 Binary files /dev/null and b/cover.png_original differ diff --git a/deploy.sh b/deploy.sh index f610eda..ee7373f 100755 --- a/deploy.sh +++ b/deploy.sh @@ -11,7 +11,7 @@ sed -i '' -e "s/^[[:space:]]*versionCode = .*/ versionCode = $versionCode # Invalidate web cache sed -i "s/\?v=[0-9]*/\?v=$versionCode/g" ./app/src/main/assets/index.html - + git add . git commit -m "Automatic deploy $versionCode" diff --git a/icon.png b/icon.png index a3a77ee..b621d50 100644 Binary files a/icon.png and b/icon.png differ diff --git a/icon.png_original b/icon.png_original new file mode 100644 index 0000000..a3a77ee Binary files /dev/null and b/icon.png_original differ