Round score instead of floor + display score100 to player
This commit is contained in:
parent
a0cb395c79
commit
9f25bc54d3
3 changed files with 5 additions and 4 deletions
|
|
@ -36,7 +36,7 @@
|
|||
<tfoot>
|
||||
<th></th>
|
||||
<th></th>
|
||||
<th>{{ my.score }}</th>
|
||||
<th>{{ my.score100 / 100 }}</th>
|
||||
</thead>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
|||
Reference in a new issue