From 6efb64f8f29951374190b733cc189b0fe1a727ee Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Thu, 21 Oct 2021 20:17:27 -0700 Subject: [PATCH] Update packFourth.js --- js/frames/packFourth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/frames/packFourth.js b/js/frames/packFourth.js index 5b421b36..f9353c07 100644 --- a/js/frames/packFourth.js +++ b/js/frames/packFourth.js @@ -21,7 +21,7 @@ document.querySelector('#loadFrameVersion').onclick = async function() { //sets card version card.version = 'fourth'; //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(); //set symbol bounds card.setSymbolBounds = {x:0.9, y:0.5758, width:0.12, height:0.0362, vertical:'center', horizontal: 'right'};