Commit 36661faf authored by TanakaKotoha's avatar TanakaKotoha

wdnmd

parent 2f2da748
{ {
"id": "extraBGMs_SIRIUS", "id": "extraBGMs_SIRIUS",
"version": "1.1.0", "version": "1.1.5",
"name": "IIDX 17 SIRIUS", "name": "IIDX 17 SIRIUS",
"author": "Tachibana", "author": "Tachibana",
"description": "beatmania IIDX 17 SIRIUS BGM", "description": "beatmania IIDX 17 SIRIUS BGM",
......
...@@ -28,14 +28,8 @@ if (!!view && !!uiscript) { ...@@ -28,14 +28,8 @@ if (!!view && !!uiscript) {
// 不同 UI 注入不同音乐 // 不同 UI 注入不同音乐
const lobbyMusic = musicDir + 'lobby.mp3' const lobbyMusic = musicDir + 'lobby.mp3'
const executeUIs = [ const executeUIs = [
['UI_Lobby', 'onEnable', 'lobby.mp3'], ['UI_Remind', 'onCreate', 'intermission.mp3'],
['UI_Shop', 'show', 'intermission.mp3'], ['UI_Lobby', 'onEnable', 'lobby.mp3']
['UI_Bag', 'show', 'intermission.mp3'],
['UI_Friend', 'show', 'intermission.mp3'],
['UI_Sushe', 'show_page_select', 'intermission.mp3'],
['UI_Treasure', 'refresh_show', 'intermission.mp3'],
['UI_Ob', 'show', 'intermission.mp3'],
['UI_PaiPu', 'show', 'intermission.mp3']
] ]
executeUIs.forEach(([scriptKey, funName, fileName]) => { executeUIs.forEach(([scriptKey, funName, fileName]) => {
uiscript[scriptKey].prototype[funName] = (() => { 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