Update packMargin.js

This commit is contained in:
Kyle
2021-01-14 09:19:32 -08:00
parent b58bbebd08
commit 728e71c9dc

View File

@@ -39,6 +39,12 @@ document.querySelector('#loadFrameVersion').onclick = async function() {
autoFitArt(); autoFitArt();
} }
//runs anything that needs to run //runs anything that needs to run
if (card.version.includes('planeswalker')) {
planeswalkerEdited();
}
if (card.version.includes('saga')) {
sagaEdited();
}
drawTextBuffer(); drawTextBuffer();
drawFrames(); drawFrames();
bottomInfoEdited(); bottomInfoEdited();