SongSelect: Add About screen

This commit is contained in:
LoveEevee
2018-10-14 11:04:31 +03:00
parent b16f74d252
commit 68d69d4a0a
11 changed files with 296 additions and 47 deletions

View File

@@ -22,7 +22,7 @@ class Tutorial{
assets.sounds["don"].play()
localStorage.setItem("tutorial", "true")
setTimeout(() => {
new SongSelect(this.fromSongSel, false, touched)
new SongSelect(this.fromSongSel ? "tutorial" : false, false, touched)
}, 500)
}
clean(){