This commit is contained in:
Renan LE CARO 2025-02-15 22:19:13 +01:00
parent 728759039c
commit edd00a5ed2
6 changed files with 4 additions and 3 deletions

View file

@ -33,7 +33,7 @@ function baseCombo() {
return 1 + perks.base_combo * 3; return 1 + perks.base_combo * 3;
} }
function resetCombo(x, y) { function resetCombo(x, y ) {
const prev = combo; const prev = combo;
combo = baseCombo(); combo = baseCombo();
if (!levelTime) { if (!levelTime) {
@ -1210,7 +1210,8 @@ function gameOver(title, intro) {
}) })
} }
// Avoid the sad sound right as we restart a new games
combo=1
asyncAlert({ asyncAlert({
allowClose: true, title, text: ` allowClose: true, title, text: `
<p>${intro}</p> <p>${intro}</p>

BIN
cover.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

Before After
Before After

BIN
cover.png_original Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

BIN
icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Before After
Before After

BIN
icon.png_original Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB