Hide flavor text bar per frame pack

This commit is contained in:
Josh Birnholz
2023-08-01 11:03:52 -04:00
parent 39a3516bf0
commit 8d7621ea79
16 changed files with 17 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ document.querySelector('#loadFrameVersion').onclick = async function() {
replacementMasks = {'Right Half':'img/frames/storybook/mul/rightHalf.png'};
//sets card version
card.version = 'storybook_mul';
card.showsFlavorBar = false;
//art bounds
card.artBounds = {x:54/1500, y:62/2100, width:1398/1500, height:1157/2100};
autoFitArt();