Test fixes

This commit is contained in:
Renan LE CARO 2025-03-29 21:21:48 +01:00
parent adfd3ecf83
commit 8d7d97608d
4 changed files with 2 additions and 10 deletions

View file

@ -192,7 +192,4 @@ export function countBricksBelow(gameState: GameState, index: number) {
export function comboKeepingRate(level:number){
return clamp(1-1/(1+level)*1.5,0,1)
}
for(let i = 0;i<5;i++){
console.log(Math.round(comboKeepingRate(i)*100)+'%')
}

View file

@ -116,7 +116,6 @@ export function premiumMenuEntry(gameState: GameState) {
help = t("premium.per_hours_help", args);
}
console.log({ args });
}
} catch (e) {
console.warn(e);