Round score instead of floor + display score100 to player

This commit is contained in:
nemunaire 2025-03-30 13:31:52 +02:00
commit 9f25bc54d3
3 changed files with 5 additions and 4 deletions

View file

@ -36,7 +36,7 @@
<tfoot>
<th></th>
<th></th>
<th>{{ my.score }}</th>
<th>{{ my.score100 / 100 }}</th>
</thead>
</tbody>
</table>