补充剧情音乐

This commit is contained in:
egamerainy1022 2025-01-23 21:10:20 +08:00
parent aa7c17f460
commit 6ba9415c32
7 changed files with 22 additions and 6 deletions

Binary file not shown.

Binary file not shown.

BIN
project/bgms/Halbmond.opus Normal file

Binary file not shown.

BIN
project/bgms/ed.opus Normal file

Binary file not shown.

View File

@ -899,7 +899,10 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"bgms": [
"Asphodelus_Ceui.opus",
"Blind_Alley.opus",
"Blood_Stain.opus",
"Crawler.opus",
"Halbmond.opus",
"ed.opus",
"op.opus",
"theme.opus"
],

View File

@ -435,6 +435,11 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
"time": 30,
"style": "场景切换"
},
{
"type": "playBgm",
"name": "Blood_Stain.opus",
"keep": true
},
{
"type": "cgtext",
"bg": "other_0001.webp",
@ -3397,6 +3402,11 @@ var events_c12a15a8_c380_4b28_8144_256cba95f760 =
}
]
},
{
"type": "playBgm",
"name": "Halbmond.opus",
"keep": true
},
{
"type": "cgtext",
"bg": "bg_3601.webp",

View File

@ -16455,16 +16455,19 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
//music列表
//需全塔属性注册并保存在bgms文件夹,每个数组为显示的一页内容
this.musicMx = [
["Asphodelus_Ceui.opus", "Blind_Alley.opus"],
["Crawler.opus", "op.opus", "theme.opus"],
["Crawler.opus", "Blood_Stain.opus", "Blind_Alley.opus", "Halbmond.opus"],
["theme.opus", "op.opus", "Asphodelus_Ceui.opus", "ed.opus"],
];
//音乐别名将在播放器内显示的音乐名music列表内的都要有对应歌名
this.musicname = {
"Asphodelus_Ceui.opus": "Asphodelus",
"Blind_Alley.opus": "Blind",
"Asphodelus_Ceui.opus": "Asphodelus (Full.ver)",
"Blind_Alley.opus": "Blind Alley",
"Crawler.opus": "Crawler",
"op.opus": "op",
"theme.opus": "theme",
"op.opus": "Asphodelus",
"theme.opus": "One of Episodes",
"ed.opus": "親愛なる世界へ",
"Blood_Stain.opus": "Blood Stain",
"Halbmond.opus": "Halbmond",
};
this.selection = [0, 0];
this.stop = false;