From 32d4fa07691cab4c032204f84a419e76728b427e Mon Sep 17 00:00:00 2001 From: Josh Birnholz Date: Thu, 24 Nov 2022 14:41:32 -0500 Subject: [PATCH] Center Seventh edition artist credit --- js/frames/packSeventh.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/frames/packSeventh.js b/js/frames/packSeventh.js index e3da25c3..406a648f 100644 --- a/js/frames/packSeventh.js +++ b/js/frames/packSeventh.js @@ -66,7 +66,7 @@ document.querySelector('#loadFrameVersion').onclick = async function() { }); //bottom info loadBottomInfo({ - top: {text:'Illus: {elemidinfo-artist}', x:0.1, y:1872/2100, width:0.8, height:0.0267, oneLine:true, size:0.0267, align:'center', shadowX:0.0021, shadowY:0.0015, color:'white'}, + top: {text:'Illus. {elemidinfo-artist}', x:0.1, y:1908/2100, width:0.8, height:0.0267, oneLine:true, size:0.0267, align:'center', shadowX:0.0021, shadowY:0.0015, color:'white'}, wizards: {name:'wizards', text:'\u2122 & \u00a9 {elemidinfo-year} Wizards of the Coast, Inc. {elemidinfo-number}', x:0.1, y:1933/2100, width:0.8, height:0.0172, oneLine:true, size:0.0172, align:'center', shadowX:0.0014, shadowY:0.001, color:'white'}, bottom: {text:'NOT FOR SALE CardConjurer.com', x:0.1, y:1973/2100, width:0.8, height:26/2100, oneLine:true, size:26/2100, align:'center', shadowX:0.0014, shadowY:0.001, color:'white'} });