mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-22 13:06:15 -04:00
Build 29079805
This commit is contained in:
parent
8e4e67e33b
commit
871a7f9c31
13 changed files with 68 additions and 39 deletions
|
@ -449,7 +449,7 @@ export function explodeBrick(
|
|||
);
|
||||
}
|
||||
if (gameState.perks.transparency) {
|
||||
coinsToSpawn = Math.round(
|
||||
coinsToSpawn = Math.ceil(
|
||||
coinsToSpawn *
|
||||
(1 +
|
||||
(ballTransparency(ball, gameState) * gameState.perks.transparency) /
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue