曲の追加順序を調整
This commit is contained in:
@@ -150,7 +150,8 @@ class SongSelect{
|
|||||||
if (titlesort === "true") {
|
if (titlesort === "true") {
|
||||||
this.songs.sort((a, b) => a.title.localeCompare(b.title));
|
this.songs.sort((a, b) => a.title.localeCompare(b.title));
|
||||||
}
|
}
|
||||||
}, songIndex + 50);
|
}, songIndex + 100);
|
||||||
|
setTimeout(() => {
|
||||||
if(assets.songs.length){
|
if(assets.songs.length){
|
||||||
this.songs.push({
|
this.songs.push({
|
||||||
title: strings.back,
|
title: strings.back,
|
||||||
@@ -284,6 +285,7 @@ class SongSelect{
|
|||||||
skin: this.songSkin.back,
|
skin: this.songSkin.back,
|
||||||
action: "back"
|
action: "back"
|
||||||
})
|
})
|
||||||
|
}, songIndex + 200);
|
||||||
|
|
||||||
this.songAsset = {
|
this.songAsset = {
|
||||||
marginTop: 104,
|
marginTop: 104,
|
||||||
|
|||||||
Reference in New Issue
Block a user