mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-05 03:07:14 -04:00
Draft of looping mode, shine bricks when hit but not broken
This commit is contained in:
parent
59ef24c865
commit
46f87556e1
20 changed files with 2639 additions and 3031 deletions
|
@ -45,7 +45,5 @@ export const allLevels = rawLevelsList
|
|||
|
||||
export const upgrades = rawUpgrades.map((u) => ({
|
||||
...u,
|
||||
icon: icons["icon:" + u.id],
|
||||
adventure: "adventure" in u ? u.adventure : true,
|
||||
normal: "normal" in u ? u.normal : true,
|
||||
icon: icons["icon:" + u.id]
|
||||
})) as Upgrade[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue