Add renda sound, dai notes scoring, fix music timing

This commit is contained in:
LoveEevee
2018-09-18 20:33:18 +03:00
parent 0ee627db9d
commit a49cc6a3c4
10 changed files with 181 additions and 145 deletions

View File

@@ -77,7 +77,7 @@ class SongSelect{
var song = target.parentNode.parentNode
assets.sounds["don"].play()
this.selectedSong.difficulty = target.classList[1] + ".osu"
this.selectedSong.difficulty = target.classList[1]
this.selectedSong.title = song.dataset.title
this.selectedSong.folder = song.dataset.songId