Fix: add score with combo
This commit is contained in:
@@ -517,6 +517,7 @@ var Game = {
|
||||
|
||||
var comboBonusScore = this.comboCount * 10;
|
||||
this.comboText.show(this.comboCount, comboBonusScore);
|
||||
this.scoreManager.plusScore(comboBonusScore);
|
||||
},
|
||||
|
||||
resetComboBonus: function() {
|
||||
|
||||
Reference in New Issue
Block a user