This commit is contained in:
Renan LE CARO 2025-04-22 13:41:39 +02:00
parent 3d3e7805d6
commit 16911620c0
16 changed files with 55 additions and 95 deletions

View file

@ -1181,7 +1181,7 @@ export function gameStateTick(
Math.abs(coin.x - gameState.puckPosition) * 2 >
gameState.puckWidth + coin.size;
let dvy =
frames * coin.weight * 0.8 * (flip ? -gameState.perks.helium : 1);
frames * coin.weight * 0.8 * (flip ? 1-gameState.perks.helium*0.6 : 1);
if (gameState.perks.etherealcoins) {
if (gameState.perks.helium) {