mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-20 04:05:06 -04:00
wip
This commit is contained in:
parent
728759039c
commit
edd00a5ed2
6 changed files with 4 additions and 3 deletions
|
@ -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
BIN
cover.png
Binary file not shown.
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
BIN
cover.png_original
Normal file
BIN
cover.png_original
Normal file
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
BIN
icon.png
BIN
icon.png
Binary file not shown.
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
BIN
icon.png_original
Normal file
BIN
icon.png_original
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Loading…
Add table
Add a link
Reference in a new issue