Fix: add score with combo

This commit is contained in:
2019-02-07 08:58:36 +09:00
parent 59b2a3ee67
commit 6cf8dd5caa
+1
View File
@@ -517,6 +517,7 @@ var Game = {
var comboBonusScore = this.comboCount * 10;
this.comboText.show(this.comboCount, comboBonusScore);
this.scoreManager.plusScore(comboBonusScore);
},
resetComboBonus: function() {