From e4d97c31999a6ca071d2aca652d6c9ae4c662674 Mon Sep 17 00:00:00 2001 From: Documentation Date: Mon, 17 Oct 2022 22:01:35 +0000 Subject: [PATCH] Updates --- CardCreator.html | 2 +- create-card.js.html | 4 ++-- index.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CardCreator.html b/CardCreator.html index 0df27aa..c399817 100644 --- a/CardCreator.html +++ b/CardCreator.html @@ -841,7 +841,7 @@ generation methods.
diff --git a/create-card.js.html b/create-card.js.html index 27ff034..ba87012 100644 --- a/create-card.js.html +++ b/create-card.js.html @@ -209,7 +209,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); @@ -659,7 +659,7 @@ exports.CardCreator = CardCreator;
diff --git a/index.html b/index.html index 5ea0bc3..803815d 100644 --- a/index.html +++ b/index.html @@ -111,7 +111,7 @@ example()