Many improvements for players

This commit is contained in:
Mawoka
2023-02-15 19:31:25 +01:00
parent 4360fa2d02
commit 65e08a27ac
6 changed files with 64 additions and 46 deletions
+5
View File
@@ -126,6 +126,11 @@
background-color: #4e6e58;
background-size: cover;
color: white;
:global(#pips-slider) {
--pip: white;
--pip-active: white;
}
}
@keyframes background_animation {
+1 -1
View File
@@ -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}