✨ Many improvements for players
This commit is contained in:
@@ -126,6 +126,11 @@
|
||||
background-color: #4e6e58;
|
||||
background-size: cover;
|
||||
color: white;
|
||||
|
||||
:global(#pips-slider) {
|
||||
--pip: white;
|
||||
--pip-active: white;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes background_animation {
|
||||
|
||||
@@ -151,7 +151,7 @@
|
||||
{#if !gameMeta.started && gameData === undefined}
|
||||
<JoinGame {game_pin} bind:game_mode bind:username />
|
||||
{:else if JSON.stringify(final_results) !== JSON.stringify([null])}
|
||||
<ShowEndScreen bind:data={scores} show_final_results={true} />
|
||||
<ShowEndScreen bind:data={scores} show_final_results={true} bind:username />
|
||||
{:else if gameData !== undefined && question_index === ''}
|
||||
<ShowTitle
|
||||
bind:title={gameData.title}
|
||||
|
||||
Reference in New Issue
Block a user