Update packClassicshifted.js

This commit is contained in:
Kyle
2021-03-18 09:57:27 -07:00
parent 0ea68b5bfa
commit f22ef8286b

View File

@@ -38,7 +38,7 @@ document.querySelector('#loadFrameVersion').onclick = async function() {
//sets card version //sets card version
card.version = 'classicshifted'; card.version = 'classicshifted';
//art bounds //art bounds
card.artBounds = {x:0.08, y:0.0954, width:0.84, height:0.4643}; card.artBounds = {x:0.08, y:0.0954, width:0.84, height:0.4653};
autoFitArt(); autoFitArt();
//set symbol bounds //set symbol bounds
card.setSymbolBounds = {x:0.9213, y:0.5958, width:0.12, height:0.0410, vertical:'center', horizontal: 'right'}; card.setSymbolBounds = {x:0.9213, y:0.5958, width:0.12, height:0.0410, vertical:'center', horizontal: 'right'};