feat(aklive2d): init music process

This commit is contained in:
Haoyu Xu
2023-06-24 09:34:50 -04:00
parent 7b774aebf1
commit fa4d7218f5
5 changed files with 42 additions and 14 deletions

View File

@@ -200,7 +200,7 @@ async function main() {
const background = new Background()
await background.process()
const backgrounds = ['operator_bg.png', ...background.files]
const { musicMapping } = Music()
const { musicMapping } = (new Music()).copy()
directory({ backgrounds, musicMapping })
return