エラーを回避するためにもどるボタンをあらかじめ追加する
This commit is contained in:
@@ -286,7 +286,14 @@ class SongSelect{
|
|||||||
action: "back"
|
action: "back"
|
||||||
})
|
})
|
||||||
}, songIndex + 200);
|
}, songIndex + 200);
|
||||||
|
|
||||||
|
// エラーを回避するためにもどるボタンをあらかじめ追加する
|
||||||
|
this.songs.push({
|
||||||
|
title: strings.back,
|
||||||
|
skin: this.songSkin.back,
|
||||||
|
action: "back"
|
||||||
|
});
|
||||||
|
|
||||||
this.songAsset = {
|
this.songAsset = {
|
||||||
marginTop: 104,
|
marginTop: 104,
|
||||||
marginLeft: 18,
|
marginLeft: 18,
|
||||||
|
|||||||
Reference in New Issue
Block a user