Restore collector border, only hide for Enchanting Tales

This commit is contained in:
Josh Birnholz
2023-08-01 10:53:23 -04:00
parent c7fd110ef4
commit 39a3516bf0
2 changed files with 21 additions and 13 deletions

View File

@@ -19,6 +19,7 @@ document.querySelector('#loadFrameVersion').onclick = async function() {
await resetCardIrregularities();
//sets card version
card.version = 'enchantingTales';
card.hideBottomInfoBorder = true;
//art bounds
card.artBounds = {x:0, y:111/2100, width:1, height:1821/2100};
autoFitArt();