mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 20:46:14 -04:00
Build 29067205
This commit is contained in:
parent
be49fb9d6e
commit
eb846327e5
18 changed files with 75 additions and 37 deletions
|
@ -36,7 +36,7 @@ export async function openScorePanel(gameState: GameState) {
|
|||
}
|
||||
|
||||
export function getNearestUnlockHTML(gameState: GameState) {
|
||||
if(gameState.creative)return ''
|
||||
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