Skip to content

Commit

Permalink
fix: add missing voice finder
Browse files Browse the repository at this point in the history
  • Loading branch information
shinich39 committed Jan 13, 2025
1 parent 6f229bc commit a3cc306
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -431,15 +431,6 @@ export function useProcessedScenarioData() {
[key: string]: Record<string, string>;
} = {};

// // event_story/event_burn_2023/scenario_rip/event_109_01.asset
// console.log(`event_story/${chapter.assetbundleName}/scenario_rip/${episode.scenarioId}.asset`);
// console.log(`sound/`)
// // getVoiceListElements(
// // listElements,
// // region,

// // )

if (FirstBackground) {
ret.actions.push({
body: FirstBgm,
Expand Down

0 comments on commit a3cc306

Please sign in to comment.