mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-29 08:19:13 -04:00
wip
This commit is contained in:
parent
cb90fef3a9
commit
401e9b4548
22 changed files with 1024 additions and 959 deletions
|
@ -40,7 +40,7 @@ async function openLevelEditorLevelsList() {
|
|||
content: [
|
||||
...customLevels.map((l, li) => ({
|
||||
text: l.name,
|
||||
icon: levelIconHTML(l.bricks, l.size, l.color),
|
||||
icon: levelIconHTML(l.bricks, l.size),
|
||||
value() {
|
||||
editRawLevelList(li);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue