change combo name
This commit is contained in:
parent
9cf55ed479
commit
77d68ece87
4
app.js
4
app.js
@ -581,13 +581,13 @@ class Stats {
|
|||||||
messagesSpan.addNewChild("div", {
|
messagesSpan.addNewChild("div", {
|
||||||
className: "zoom-in-animation",
|
className: "zoom-in-animation",
|
||||||
style: "animation-delay: .4s",
|
style: "animation-delay: .4s",
|
||||||
innerHTML: `ENCHAINEMENT<br/>${comboScore}`
|
innerHTML: `COMBO<br/>${comboScore}`
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
messagesSpan.addNewChild("div", {
|
messagesSpan.addNewChild("div", {
|
||||||
className: "zoom-in-animation",
|
className: "zoom-in-animation",
|
||||||
style: "animation-delay: .4s",
|
style: "animation-delay: .4s",
|
||||||
innerHTML: `ENCHAINEMENT x${this.combo}<br/>${comboScore}`
|
innerHTML: `COMBO x${this.combo}<br/>${comboScore}`
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
this.score += comboScore
|
this.score += comboScore
|
||||||
|
10
index.html
10
index.html
@ -225,11 +225,11 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="modal-body p-0">
|
<div class="modal-body p-0">
|
||||||
<table class="table mb-0">
|
<table class="table mb-0">
|
||||||
<tr><th>Score</th> <td id="statsModalScoreCell"></td> <th>Niveau</th> <td id="statsModalLevelCell"></td> </tr>
|
<tr><th>Score </th><td id="statsModalScoreCell"> </td><th>Niveau </th><td id="statsModalLevelCell"> </td></tr>
|
||||||
<tr><th>Meilleur score</th> <td id="statsModalHighScoreCell"></td> <th>Temps</th> <td id="statsModalTimeCell"></td> </tr>
|
<tr><th>Meilleur score</th><td id="statsModalHighScoreCell"> </td><th>Temps </th><td id="statsModalTimeCell"> </td></tr>
|
||||||
<tr><th>Lignes</th> <td id="statsModaltotalClearedLines"></td> <th>Lignes par minute</th> <td id="statsModaltotalClearedLinesPM"></td> </tr>
|
<tr><th>Lignes </th><td id="statsModaltotalClearedLines"></td><th>Lignes par minute </th><td id="statsModaltotalClearedLinesPM"></td></tr>
|
||||||
<tr><th>Quatris</th> <td id="statsModalNbQuatris"></td> <th>Plus grand enchaînement</th> <td id="statsModalMaxCombo"></td> </tr>
|
<tr><th>Quatris </th><td id="statsModalNbQuatris"> </td><th>Plus long combo </th><td id="statsModalMaxCombo"> </td></tr>
|
||||||
<tr><th>Pirouettes</th> <td id="statsModalNbTSpin"></td> <th>Plus grand bout à bout</th> <td id="statsModalMaxB2B"></td> </tr>
|
<tr><th>Pirouettes </th><td id="statsModalNbTSpin"> </td><th>Plus long bout à bout</th><td id="statsModalMaxB2B"> </td></tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user