Added side kick, implosion, corner shot

This commit is contained in:
Renan LE CARO 2025-03-23 22:19:11 +01:00
parent f49da76667
commit f3790b3334
10 changed files with 363 additions and 38 deletions

View file

@ -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,