mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-27 07:26:15 -04:00
wip
This commit is contained in:
parent
16911620c0
commit
b8daf018b1
20 changed files with 1824 additions and 1870 deletions
|
@ -289,7 +289,7 @@ export async function editRawLevelList(nth: number, color = "W") {
|
|||
editRawLevelList(nth, color);
|
||||
}
|
||||
|
||||
function automaticBackgroundColor(bricks: string[]) {
|
||||
export function automaticBackgroundColor(bricks: string[]) {
|
||||
return bricks.filter((b) => b === "g").length >
|
||||
bricks.filter((b) => b !== "_").length * 0.05
|
||||
? "#115988"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue