js: move bgmloop to data folder
Having xdu-specific data in this repo doesn't make much sense when most of the data is fairly general to the engine, plus now I don't have to make a commit every time I want to update the data.
This commit is contained in:
parent
c6c9c99c31
commit
2ca5a9e704
3 changed files with 1 additions and 1508 deletions
1497
Js/BgmLoop.json
1497
Js/BgmLoop.json
File diff suppressed because it is too large
Load diff
|
@ -36,7 +36,7 @@ class UtageInfo {
|
|||
//commonFunctions.getFileText(`${this.rootDirectory}XDUData/Utage/Diva/Settings/Scenario.tsv`),
|
||||
commonFunctions.getFileText(`${this.rootDirectory}XDUData/Utage/Diva/Settings/Sound.tsv`), //5
|
||||
commonFunctions.getFileText(`${this.rootDirectory}XDUData/Utage/Diva/Settings/Texture.tsv`), //6
|
||||
commonFunctions.getFileJson(`${this.rootDirectory}Js/BgmLoop.json`), //7
|
||||
commonFunctions.getFileJson(`${this.rootDirectory}XDUData/Bgm/BgmLoop.json`), //7
|
||||
commonFunctions.getFileJson(`${this.rootDirectory}Js/Translations/XduQuestCustom.json`), //8
|
||||
commonFunctions.getFileJson(`${this.rootDirectory}Js/Translations/XduSceneCustom.json`), //9
|
||||
commonFunctions.getFileText(`${this.rootDirectory}CustomData/Utage/Diva/Settings/CustomCharacter.tsv`), //10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue