mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-06-15 10:44:42 -04:00
wip
This commit is contained in:
parent
9e12f62b81
commit
892f800107
14 changed files with 2866 additions and 2840 deletions
|
@ -95,9 +95,7 @@ export function firstWhere<Input, Output>(
|
|||
}
|
||||
}
|
||||
|
||||
export const wallBouncedBest = 2,
|
||||
wallBouncedGood = 7,
|
||||
levelTimeBest = 25,
|
||||
export const levelTimeBest = 25,
|
||||
levelTimeGood = 45,
|
||||
catchRateBest = 98,
|
||||
catchRateGood = 90,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue