bout à bout

This commit is contained in:
2026-01-06 01:53:51 +01:00
parent 491f5c021a
commit 1f78b2dc10
2 changed files with 4 additions and 4 deletions

View File

@@ -268,13 +268,13 @@ class Stats {
messagesSpan.addNewChild("div", {
className: "zoom-in-animation",
style: "animation-delay: .4s",
innerHTML: `BOUT EN BOUT<br/>${b2bScore}`
innerHTML: `BOUT À BOUT<br/>${b2bScore}`
})
} else {
messagesSpan.addNewChild("div", {
className: "zoom-in-animation",
style: "animation-delay: .4s",
innerHTML: `BOUT EN BOUT x${this.b2b}<br/>${b2bScore}`
innerHTML: `BOUT À BOUT x${this.b2b}<br/>${b2bScore}`
})
}
this.score += b2bScore
@@ -284,7 +284,7 @@ class Stats {
messagesSpan.addNewChild("div", {
className: "zoom-in-animation",
style: "animation-delay: .4s",
innerHTML: `FIN DU BOUT EN BOUT`
innerHTML: `FIN DU BOUT À BOUT`
})
}
this.b2b = -1