Lots of gameplay improvements
This commit is contained in:
@@ -208,6 +208,10 @@ function Controller(selectedSong, songData, autoPlayEnabled){
|
||||
_keyboard.waitForKeyup(key, type);
|
||||
}
|
||||
|
||||
this.getKeyTime = function(){
|
||||
return _keyboard.getKeyTime();
|
||||
}
|
||||
|
||||
this.updateCombo = function(score){
|
||||
_game.updateCombo(score);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user