We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
现在可以不加,重构再说
当前 L2D 需要的功能:
加载额外 Spine 内容(已实现)
blue-archive/lib/ba-story-player/lib/layers/l2dLayer/l2dConfig.ts
Line 24 in 3799edb
控制自定义 fade (已实现)
f615001 , 4ac4f33
Lines 688 to 696 in 3799edb
还需实现:
这个问题是在礼服hina l2d (CH0230, 100865)和泳装白子里发现的,有一部分音频和效果 nexon 写在脚本里,不能直接通过 spine 事件获得,所以需要我们有一定的控制能力
白子是直接缺了个特效所以摆了,hina只缺个声音还可以救一下
大致结构:
xxxx: { //... customSounds: [ { name: "xxx", duration: "xxxxx", start: 0.0, // 从开始播放 l2d 开始计时,从第几秒开始播放声音 volume: 1, }, { // ... } ] }
考虑:支持自定义 filterEffects
filterEffects: (canvas) => { /* do something */ }
No response
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Qzhihe
No branches or pull requests
功能描述
现在可以不加,重构再说
当前 L2D 需要的功能:
加载额外 Spine 内容(已实现)
blue-archive/lib/ba-story-player/lib/layers/l2dLayer/l2dConfig.ts
Line 24 in 3799edb
控制自定义 fade (已实现)
f615001 , 4ac4f33
blue-archive/lib/ba-story-player/lib/layers/l2dLayer/l2dConfig.ts
Lines 688 to 696 in 3799edb
还需实现:
这个问题是在礼服hina l2d (CH0230, 100865)和泳装白子里发现的,有一部分音频和效果 nexon 写在脚本里,不能直接通过 spine 事件获得,所以需要我们有一定的控制能力
白子是直接缺了个特效所以摆了,hina只缺个声音还可以救一下
大致结构:
考虑:支持自定义 filterEffects
具体操作
No response
The text was updated successfully, but these errors were encountered: