mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-06-14 18:25:11 -04:00
Build 29158270
This commit is contained in:
parent
643f50fa77
commit
18b08c85c6
8 changed files with 53 additions and 16 deletions
|
@ -133,6 +133,13 @@ export function levelCodeToRawLevel(code: string) {
|
|||
name,
|
||||
credit,
|
||||
};
|
||||
console.warn("Invalid level", {
|
||||
code,
|
||||
name,
|
||||
credit,
|
||||
bricks,
|
||||
size,
|
||||
});
|
||||
}
|
||||
|
||||
export function comboKeepingRate(level: number) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue