mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-06-16 19:25:06 -04:00
Build 29106110
This commit is contained in:
parent
4df70f6591
commit
ea13142f1d
22 changed files with 3086 additions and 4112 deletions
|
@ -355,11 +355,3 @@ export function zoneLeftBorderX(gameState: GameState) {
|
|||
export function zoneRightBorderX(gameState: GameState) {
|
||||
return gameState.canvasWidth - gameState.offsetXRoundedDown + 1;
|
||||
}
|
||||
|
||||
export function base_combo_from_stronger_foundation(perkLevel:number){
|
||||
let base = 1
|
||||
for(let i = 0;i<perkLevel;i++){
|
||||
base+=3+i
|
||||
}
|
||||
return base
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue