mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
Update packMargin.js
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user