mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-22 21:16:14 -04:00
Build 29060272
This commit is contained in:
parent
d77a58438f
commit
c2ae98f057
7 changed files with 116 additions and 112 deletions
|
@ -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 &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue