Commit 8cfb76b7 authored by TanakaKotoha's avatar TanakaKotoha

lbwnb

parent 935390bb
{
"id": "extraBGMs_DistorteD",
"version": "1.0.1",
"version": "1.1.0",
"name": "IIDX 13 DistorteD",
"author": "Tachibana",
"description": "beatmania IIDX 13 DistorteD BGM(因为素材不够用拿12的BGM来凑了点数)",
"description": "beatmania IIDX 13 DistorteD BGM",
"dir": "assets",
"preview": "preview.jpg",
"resourcepack": [
"audio/audio_lobby/matchcomplete.mp3",
"audio/audio_mj/winlose.mp3",
"audio/audio_mj/countdown5.mp3",
"audio/music/lobby.mp3",
"audio/music/title.mp3",
"audio/my_music/0.mp3",
......
......@@ -27,7 +27,11 @@ if (!!view && !!uiscript) {
// 不同 UI 注入不同音乐
const lobbyMusic = musicDir + 'lobby.mp3'
const executeUIs = [['UI_Remind', 'onCreate', 'title.mp3'],['UI_Lobby', 'onEnable', 'lobby.mp3']]
const executeUIs = [
['UI_Remind', 'onCreate', 'title.mp3'],
['UI_Treasure', 'refresh_show', 'factory.mp3'],
['UI_Lobby', 'onEnable', 'lobby.mp3']
]
executeUIs.forEach(([scriptKey, funName, fileName]) => {
uiscript[scriptKey].prototype[funName] = (() => {
const functionBackup = uiscript[scriptKey].prototype[funName]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment