Support for loop effect from 2018 summer event.
Support for pattern argument including a <character=> tag.
This commit is contained in:
parent
36fd987c4d
commit
733c576cf2
4 changed files with 77 additions and 25 deletions
|
@ -20,7 +20,7 @@ class UtageInfo {
|
|||
this.bgmLoopData = {};
|
||||
}
|
||||
|
||||
loadUtageSettings(resolve, reject) {
|
||||
loadUtageSettings() {
|
||||
return new Promise((resolve, reject) => {
|
||||
let promises = [
|
||||
commonFunctions.getFileJson(`${this.rootDirectory}Js/Translations/XduMissions.json`), //0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue