Scoresheet: Change results screen

This commit is contained in:
LoveEevee
2018-10-01 10:33:43 +03:00
parent d1efbf0109
commit fceb70897e
11 changed files with 1405 additions and 1002 deletions

View File

@@ -42,7 +42,7 @@ class ViewAssets{
var length = this.don.getAnimationLength("gogo")
this.don.setUpdateSpeed(this.beatInterval / (length / 4))
this.don.setAnimation("gogo")
}else if(this.controller.getGlobalScore().hp >= 50){
}else if(this.controller.getGlobalScore().gauge >= 50){
this.don.setAnimationStart(0)
var length = this.don.getAnimationLength("clear")
this.don.setUpdateSpeed(this.beatInterval / (length / 2))