mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-27 07:26:15 -04:00
wip
This commit is contained in:
parent
1d71af35c9
commit
cb90fef3a9
16 changed files with 1340 additions and 755 deletions
|
@ -110,7 +110,7 @@ export function automaticBackgroundColor(bricks: string[]) {
|
|||
return bricks.filter((b) => b === "g").length >
|
||||
bricks.filter((b) => b !== "_").length * 0.05
|
||||
? "#115988"
|
||||
: "";
|
||||
: "#000000";
|
||||
}
|
||||
|
||||
export function levelCodeToRawLevel(code: string) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue