エラーを回避するためにもどるボタンをあらかじめ追加する

This commit is contained in:
yuuki
2025-02-11 14:56:57 +09:00
parent e2ac3debc3
commit aa1c2544a1

View File

@@ -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,