Help update

This commit is contained in:
Renan LE CARO 2025-04-01 13:35:33 +02:00
parent d31f8ef0b4
commit b19cc5c0b4
23 changed files with 863 additions and 446 deletions

View file

@ -31,6 +31,7 @@ background.onload = () => (gameState.needsRender = true);
export const backgroundCanvas = document.createElement("canvas");
export function render(gameState: GameState) {
if (!gameState.readyToRender) return;
const level = currentLevelInfo(gameState);
const hasCombo = gameState.combo > baseCombo(gameState);