diff --git a/app.js b/app.js index 50872c3..ef97521 100644 --- a/app.js +++ b/app.js @@ -581,13 +581,13 @@ class Stats { messagesSpan.addNewChild("div", { className: "zoom-in-animation", style: "animation-delay: .4s", - innerHTML: `ENCHAINEMENT
${comboScore}` + innerHTML: `COMBO
${comboScore}` }) } else { messagesSpan.addNewChild("div", { className: "zoom-in-animation", style: "animation-delay: .4s", - innerHTML: `ENCHAINEMENT x${this.combo}
${comboScore}` + innerHTML: `COMBO x${this.combo}
${comboScore}` }) } this.score += comboScore diff --git a/index.html b/index.html index 03247d8..2075f29 100644 --- a/index.html +++ b/index.html @@ -225,11 +225,11 @@