View: Add note explosions

This commit is contained in:
LoveEevee
2018-11-15 11:42:22 +03:00
parent 5d19fb6701
commit 7cd8ce1ac1
5 changed files with 63 additions and 10 deletions

View File

@@ -90,7 +90,7 @@ class Mekadon{
}else if(type === "drumroll" || type === "daiDrumroll"){
this.game.checkDrumroll(circle, score === 2)
}else{
this.controller.displayScore(score)
this.controller.displayScore(score, false, keyDai)
this.game.updateCombo(score)
this.game.updateGlobalScore(score, keyDai ? 2 : 1, circle.gogoTime)
this.game.updateCurrentCircle()