mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-27 23:46:14 -04:00
wip
This commit is contained in:
parent
0a1d9dfe2f
commit
6b6e393d3b
16 changed files with 443 additions and 79 deletions
|
@ -248,8 +248,7 @@ setInterval(() => {
|
|||
}, 1000);
|
||||
|
||||
export async function openUpgradesPicker(gameState: GameState) {
|
||||
const catchRate =
|
||||
(gameState.score - gameState.levelStartScore) /
|
||||
const catchRate = (gameState.score - gameState.levelStartScore) /
|
||||
(gameState.levelSpawnedCoins || 1);
|
||||
|
||||
let repeats = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue