This commit is contained in:
Renan LE CARO 2025-06-09 21:10:41 +02:00
parent 643f50fa77
commit 18b08c85c6
8 changed files with 53 additions and 16 deletions

View file

@ -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) {