Merge pull request #186 from bui/songselect-add-crowns

SongSelect: Add crowns
This commit is contained in:
Bui
2020-03-07 13:54:14 +00:00
committed by GitHub
20 changed files with 865 additions and 180 deletions

View File

@@ -176,7 +176,7 @@ class Controller{
gameEnded(){
var score = this.getGlobalScore()
var vp
if(Math.round(score.gauge / 2) - 1 >= 25){
if(this.game.rules.clearReached(score.gauge)){
if(score.bad === 0){
vp = "fullcombo"
this.playSound("v_fullcombo", 1.350)