too many changes

This commit is contained in:
Bui
2018-08-26 17:14:56 +01:00
parent 1a0cf0bf3f
commit 30cbe1db3b
13 changed files with 180 additions and 87 deletions

View File

@@ -69,6 +69,7 @@ function View(controller, bg, title, diff){
_this.setBackground();
$('.game-song').attr('alt', _songTitle).html(_songTitle);
_this.refresh();
}
@@ -156,7 +157,7 @@ function View(controller, bg, title, diff){
this.updateDonFaces();//animate circle face when combo superior to 50
}
this.updateDonFaces = function(){
if(controller.getEllapsedTime().ms>=_nextBeat){