Build 29060272

This commit is contained in:
Renan LE CARO 2025-04-02 19:52:47 +02:00
parent d77a58438f
commit c2ae98f057
7 changed files with 116 additions and 112 deletions

View file

@ -1,5 +1,5 @@
// The version of the cache.
const VERSION = "29060269";
const VERSION = "29060272";
// The name of the cache
const CACHE_NAME = `breakout-71-${VERSION}`;

View file

@ -1 +1 @@
"29060269"
"29060272"

View file

@ -1138,7 +1138,7 @@ export function gameStateTick(
gameState.levelLostCoins += coin.points;
destroy(gameState.coins, coinIndex);
if (gameState.perks.compound_interest) {
resetCombo(gameState, coin.x, coin.y);
resetCombo(gameState, coin.x, gameState.gameZoneHeight - 20);
}
} else if (
gameState.perks.unbounded &&