Add renda sound, dai notes scoring, fix music timing
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user