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