Add MusicGameResults model and score calculation logic in GameEndView

This commit is contained in:
Edgar P. Burkhart 2025-06-15 13:34:37 +02:00
parent b1ec960dfa
commit 303538bf48
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
7 changed files with 116 additions and 18 deletions

View file

@ -160,4 +160,10 @@ table select {
color: var(--pico-color-sand-300);
}
}
.score {
font-weight: 900;
color: var(--pico-color-zinc-500);
margin-left: .5em;
}
}