bump canvas for arm and update job array length
This commit is contained in:
parent
c1821fa834
commit
19e8e37173
3 changed files with 11 additions and 11 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue