Change drum to match Switch, add fullscreen to songsel, fix tutorial

This commit is contained in:
LoveEevee
2018-10-06 16:24:23 +03:00
parent 57632a83e5
commit e1b8b45d88
14 changed files with 121 additions and 175 deletions

View File

@@ -131,7 +131,7 @@ class Controller{
if(!fadeIn){
this.clean()
}
new SongSelect(false, fadeIn)
new SongSelect(false, fadeIn, this.touchEnabled)
}
restartSong(){
this.clean()