Use stars on song select for score level

This commit is contained in:
LoveEevee
2019-11-04 17:20:44 +03:00
parent 84377f62b0
commit 1bb3359784
5 changed files with 12 additions and 9 deletions

View File

@@ -687,7 +687,8 @@ class SongSelect{
"category": selectedSong.category,
"type": selectedSong.type,
"offset": selectedSong.offset,
"songSkin": selectedSong.songSkin
"songSkin": selectedSong.songSkin,
"stars": selectedSong.stars[difficulty]
}, autoplay, multiplayer, touch)
}
toOptions(moveBy){