From f28f1554287948aa33de9733adcb271ee080db10 Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Thu, 9 Dec 2021 12:03:19 -0800 Subject: [PATCH] Update packCustomDeckCover.js --- js/frames/packCustomDeckCover.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/frames/packCustomDeckCover.js b/js/frames/packCustomDeckCover.js index d98d86e3..c1b8642f 100644 --- a/js/frames/packCustomDeckCover.js +++ b/js/frames/packCustomDeckCover.js @@ -34,8 +34,8 @@ document.querySelector('#loadFrameVersion').onclick = async function() { resetWatermark(); //text loadTextOptions({ - title: {name:'Title', text:'', x:0.0474, y:0.0234, width:0.9054, height:0.0534, oneLine:true, font:'beleren', size:0.0534, color:'white', align:'center', shadowX:0.0027, shadowY:0.002}, - notes: {name:'Description', text:'', x:0.69, y:0.7358, width:0.27, height:0.18, font:'beleren', size:0.0362, color:'white', align:'center', shadowX:0.002, shadowY:0.0015} + title: {name:'Title', text:'', x:0.0474, y:0.0234, width:0.9054, height:0.0534, oneLine:true, font:'belerenb', size:0.0534, color:'white', align:'center', shadowX:0.0027, shadowY:0.002}, + notes: {name:'Description', text:'', x:0.69, y:0.7358, width:0.27, height:0.18, font:'belerenb', size:0.0362, color:'white', align:'center', shadowX:0.002, shadowY:0.0015} }); //bottom info await loadBottomInfo({ @@ -46,4 +46,4 @@ document.querySelector('#loadFrameVersion').onclick = async function() { }); } //loads available frames -loadFramePack(); \ No newline at end of file +loadFramePack();