mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-24 14:06:16 -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;
|
||||
}
|
||||
|
||||
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: `
|
||||
<p>${intro}</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue