Fix fire animation and dai notes

This commit is contained in:
LoveEevee
2018-09-20 20:04:22 +03:00
parent 8f4af0e21e
commit 7958afc0f0
3 changed files with 11 additions and 7 deletions

View File

@@ -91,7 +91,7 @@ class Game{
}else if(currentTime > endTime){
if(drumrollNotes){
circle.updateStatus(-1)
circle.played(0)
circle.played(0, false)
this.updateCurrentCircle()
if(this.controller.multiplayer == 1){
p2.send("drumroll", {
@@ -102,7 +102,7 @@ class Game{
if(!this.controller.autoPlayEnabled){
circle.updateStatus(-1)
var currentScore = 0
circle.played(currentScore)
circle.played(currentScore, type === "daiDon" || type === "daiKa")
this.controller.displayScore(currentScore, true)
this.updateCurrentCircle()
this.updateCombo(currentScore)