{ui.title}

{ui.score}{Math.round(score)}
{ui.combo}{combo}
{ui.lives}{lives}
{ui.level}{level}
{ui.bricks}{Math.max(0, bricksLeft)}

{ui.chase} / {statusText}

{#if selectedUpgrades.length > 0}

{ui.skills} / {selectedUpgrades.length}

{/if}
{#if gameState === "ready"}

{ui.startOverlayTitle}

{ui.startOverlayBody} {ui.startOverlayHint}
{/if} {#if gameState === "paused"}

{ui.pausedOverlay}

{/if} {#if gameState === "draft"}

{ui.draftOverlayTitle}

{ui.draftOverlayHint}
{#each activeDraftOptions as option, index} {/each}
{/if} {#if gameState === "over"}

{ui.over}

{ui.overHint}
{/if}