Add drumroll count to the scoreboard

This commit is contained in:
LoveEevee
2018-09-15 20:27:53 +03:00
parent 749e657027
commit 41cc584295
3 changed files with 5 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ class Scoresheet{
this.altText(this.elem("nb-good", scoreCont), score.good)
this.altText(this.elem("nb-fail", scoreCont), score.fail)
this.altText(this.elem("max-combo", scoreCont), score.maxCombo)
this.altText(this.elem("nb-drumroll", scoreCont), score.drumroll)
addEventListener("resize", () => {
this.positionning(scoreCont)