various fixes

This commit is contained in:
Kyle
2021-01-08 17:50:21 -08:00
parent c4a9d37a22
commit 729f93f9d5
10 changed files with 96 additions and 22 deletions

View File

@@ -13,7 +13,8 @@ document.querySelector('#loadFrameVersion').onclick = async function() {
//resets things so that every frame doesn't have to
await resetCardIrregularities({canvas:[1500, 2100, 0.044, 1/35], resetOthers:false});
//sets card version
card.version = 'margin';
// card.version = 'margin';
card.margins = true;
//art stuff
if (card.artBounds.width == 1) {
card.artBounds.width += 0.044;