many update

This commit is contained in:
Bui
2018-08-06 13:41:56 +01:00
parent 44c18c1ebc
commit ebedcd7760
9 changed files with 73 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ function Game(controller, selectedSong, songData){
var _currentCircle=0;
var _currentScore=0;
var _combo=0;
var _globalScore={points:0, great:0, good:0, fail:0, maxCombo:0, hp:0};
var _globalScore={points:0, great:0, good:0, fail:0, maxCombo:0, hp:0, song:selectedSong.title};
var _HPGain= 100/_songData.circles.length;
var _paused=false;
var _started=false;