Update packFourth.js

This commit is contained in:
Kyle
2021-10-21 20:17:27 -07:00
parent 04fedd38c0
commit 6efb64f8f2

View File

@@ -21,7 +21,7 @@ document.querySelector('#loadFrameVersion').onclick = async function() {
//sets card version //sets card version
card.version = 'fourth'; card.version = 'fourth';
//art bounds //art bounds
card.artBounds = {x:0.1054, y:0.0896, width:0.7667, height:0.792}; card.artBounds = {x:0.1034, y:0.0886, width:0.794, height:0.4543};
autoFitArt(); autoFitArt();
//set symbol bounds //set symbol bounds
card.setSymbolBounds = {x:0.9, y:0.5758, width:0.12, height:0.0362, vertical:'center', horizontal: 'right'}; card.setSymbolBounds = {x:0.9, y:0.5758, width:0.12, height:0.0362, vertical:'center', horizontal: 'right'};