Update Enchanting Tales frame, add P/T and stamp

This commit is contained in:
Josh birnholz
2023-09-29 01:11:13 -04:00
parent f214be3060
commit a79a8b8b69
32 changed files with 19 additions and 6 deletions

View File

@@ -111,8 +111,6 @@ async function resetCardIrregularities({canvas = [getStandardWidth(), getStandar
card.bottomInfoRotate = 0;
card.bottomInfoZoom = 1;
replacementMasks = {};
card.hideBottomInfoBorder = false;
card.showsFlavorBar = true;
//rotation
if (card.landscape) {
// previewContext.scale(card.width/card.height, card.height/card.width);
@@ -136,6 +134,9 @@ async function resetCardIrregularities({canvas = [getStandardWidth(), getStandar
setBottomInfoStyle();
//onload
card.onload = null;
card.hideBottomInfoBorder = false;
card.showsFlavorBar = true;
}
}
async function setBottomInfoStyle() {