diff --git a/app.js b/app.js index d973d0c..36e66d6 100644 --- a/app.js +++ b/app.js @@ -528,6 +528,13 @@ class Stats { this.score += b2bScore } } else if (nbClearedLines && !tSpin ) { + if (this.b2b >= 1) { + messagesSpan.addNewChild("div", { + className: "zoom-in-animation", + style: "animation-delay: .4s", + innerHTML: `BACK TO BACK END` + }) + } this.b2b = -1 }