mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-05 03:07:14 -04:00
wip
This commit is contained in:
parent
156c060b96
commit
be49fb9d6e
16 changed files with 70 additions and 68 deletions
|
@ -36,9 +36,9 @@ export const allLevelsAndIcons = rawLevelsList
|
|||
sortKey: ((Math.random() + 3) / 3.5) * l.bricksCount,
|
||||
})) as Level[];
|
||||
|
||||
export const allLevels =
|
||||
allLevelsAndIcons.filter((l) => !l.name.startsWith("icon:"))
|
||||
|
||||
export const allLevels = allLevelsAndIcons.filter(
|
||||
(l) => !l.name.startsWith("icon:"),
|
||||
);
|
||||
|
||||
export const upgrades = rawUpgrades.map((u) => ({
|
||||
...u,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue