ImportSongs: Custom assets

This commit is contained in:
LoveEevee
2019-02-03 15:04:25 +03:00
parent 7b9de52d06
commit da40fd58ff
8 changed files with 219 additions and 30 deletions

View File

@@ -75,7 +75,9 @@ class Controller{
}
var ms = this.game.elapsedTime
this.keyboard.checkMenuKeys()
if(this.game.musicFadeOut < 3){
this.keyboard.checkMenuKeys()
}
if(!this.game.isPaused()){
this.keyboard.checkGameKeys()