Merge pull request #186 from bui/songselect-add-crowns
SongSelect: Add crowns
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user