bump canvas for arm and update job array length

This commit is contained in:
ArcaneDisgea 2022-10-17 18:01:12 -04:00
parent c1821fa834
commit 19e8e37173
3 changed files with 11 additions and 11 deletions

View file

@ -181,7 +181,7 @@ class CardCreator {
});
const jobBackgroundsPromise = Promise.all(
Array.from({ length: 38 }, (_, index) => loadImage(absolute(`./resources/class-jobs-backgrounds/${index + 1}.png`)))
Array.from({ length: 40 }, (_, index) => loadImage(absolute(`./resources/class-jobs-backgrounds/${index + 1}.png`)))
).then(images => this.jobBackgrounds = images);
const ilevelFilterPromise = createIlvlFilter(this.xivApiKey).then(filterIds => this.ilvlFilterIds = filterIds);