planeswalker box topper

This commit is contained in:
Kyle
2021-04-23 09:19:44 -07:00
parent ac1a97ccda
commit 5299b8e7f0
24 changed files with 57 additions and 8 deletions

View File

@@ -2,8 +2,9 @@ loadFramePacks([
{name:'Standard 1/8 Inch Margin', value:'Margin-1'},
{name:'Mystical Archive 1/8 Inch Margin', value:'MarginMysticalArchive'}
])
//For multiple Margin packs
const loadMarginVersion = async () => {
var loadMarginVersion = async () => {
//resets things so that every frame doesn't have to
await resetCardIrregularities({canvas:[1500, 2100, 0.044, 1/35], resetOthers:false});
//sets card version
@@ -43,4 +44,4 @@ const loadMarginVersion = async () => {
drawFrames();
bottomInfoEdited();
watermarkEdited();
}
}