mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-20 12:15:06 -04:00
Added side kick, implosion, corner shot
This commit is contained in:
parent
f49da76667
commit
f3790b3334
10 changed files with 363 additions and 38 deletions
|
@ -301,7 +301,6 @@ export function render(gameState: GameState) {
|
|||
true,
|
||||
);
|
||||
} else {
|
||||
console.log({comboTextWidth,pw:gameState.puckWidth,combo:gameState.combo, comboText})
|
||||
drawText(
|
||||
ctx,
|
||||
comboTextWidth > gameState.puckWidth ? gameState.combo.toString() : comboText,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue