{#if $screen === 'select'} {:else if $screen === 'result'} game.newGame()} onChangeSet={() => game.changeSet()} /> {:else if $screen === 'board' || $screen === 'question'} {@const set = $currentSet} {#if set}
🌙
📂 Набор вопросов

{set.title}

🎯 Прогресс · {$playedCount} из {$totalQuestions} {progressPct}%
{/if} {/if} {#if $screen === 'question' && currentQuestionData} {/if}