mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-28 05:41:55 -05:00
Update creator-4.js
This commit is contained in:
@@ -1007,7 +1007,9 @@ function getSetSymbolWatermark(setCode, targetImage = watermark) {
|
|||||||
//Bottom Info Tab
|
//Bottom Info Tab
|
||||||
async function loadBottomInfo(textObjects = []) {
|
async function loadBottomInfo(textObjects = []) {
|
||||||
await bottomInfoContext.clearRect(0, 0, bottomInfoCanvas.width, bottomInfoCanvas.height);
|
await bottomInfoContext.clearRect(0, 0, bottomInfoCanvas.width, bottomInfoCanvas.height);
|
||||||
|
card.bottomInfo = null;
|
||||||
card.bottomInfo = textObjects;
|
card.bottomInfo = textObjects;
|
||||||
|
await bottomInfoEdited();
|
||||||
bottomInfoEdited();
|
bottomInfoEdited();
|
||||||
}
|
}
|
||||||
async function bottomInfoEdited() {
|
async function bottomInfoEdited() {
|
||||||
|
Reference in New Issue
Block a user