mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
Update packMargin.js
This commit is contained in:
@@ -39,6 +39,12 @@ document.querySelector('#loadFrameVersion').onclick = async function() {
|
||||
autoFitArt();
|
||||
}
|
||||
//runs anything that needs to run
|
||||
if (card.version.includes('planeswalker')) {
|
||||
planeswalkerEdited();
|
||||
}
|
||||
if (card.version.includes('saga')) {
|
||||
sagaEdited();
|
||||
}
|
||||
drawTextBuffer();
|
||||
drawFrames();
|
||||
bottomInfoEdited();
|
||||
|
Reference in New Issue
Block a user