mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 20:46:14 -04:00
wip
This commit is contained in:
parent
156c060b96
commit
be49fb9d6e
16 changed files with 70 additions and 68 deletions
|
@ -36,6 +36,7 @@ export async function openScorePanel(gameState: GameState) {
|
|||
}
|
||||
|
||||
export function getNearestUnlockHTML(gameState: GameState) {
|
||||
if(gameState.creative)return ''
|
||||
const unlockable = allLevels
|
||||
.map((l, li) => {
|
||||
const { minScore, forbidden, required } = getLevelUnlockCondition(li);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue