Initial scalable size support

This commit is contained in:
Josh birnholz
2023-07-31 01:26:46 -04:00
parent 065ee26db1
commit 15272e64e2
3 changed files with 35 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ loadFramePacks([
//For multiple Margin packs
var loadMarginVersion = async () => {
//resets things so that every frame doesn't have to
await resetCardIrregularities({canvas:[1500, 2100, 0.044, 1/35], resetOthers:false});
await resetCardIrregularities({canvas:[getStandardWidth(), getStandardHeight(), 0.044, 1/35], resetOthers:false});
//sets card version
// card.version = 'margin';
card.margins = true;