From eb8d482ac0a2ad5d5880832ed23be93584f38129 Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Fri, 10 Jun 2022 14:25:40 -0700 Subject: [PATCH] Update packPlaytest.js --- js/frames/packPlaytest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/frames/packPlaytest.js b/js/frames/packPlaytest.js index 7183b1d3..77336fc8 100644 --- a/js/frames/packPlaytest.js +++ b/js/frames/packPlaytest.js @@ -39,7 +39,7 @@ document.querySelector('#loadFrameVersion').onclick = async function() { mana: {name:'Mana Cost', text:'', y:0.0939, width:0.8534, height:71/2100, oneLine:true, size:71/1638, align:'right', manaCost:true, manaSpacing:0, manaPrefix:'outline'}, title: {name:'Title', text:'', x:0.1547, y:0.0896, width:0.6907, height:0.0372, oneLine:true, font:'Calibri', size:0.0372, fontStyle:"bold "}, type: {name:'Type', text:'', x:0.1547, y:0.5048, width:0.6907, height:0.0372, oneLine:true, font:'Calibri', size:0.0372}, - rules: {name:'Rules Text', text:'', x:0.1547, y:0.5624, width:0.6907, height:0.3086, size:0.0372, font:'Calibri'}, + rules: {name:'Rules Text', text:'', x:0.1547, y:0.5624, width:0.6907, height:0.3086, size:0.0372, font:'Calibri', manaPrefix:'outline'}, pt: {name:'Power/Toughness', text:'', x:0.7307, y:0.8848, width:0.1334, height:0.0372, size:0.0372, font:'Calibri', oneLine:true, align:'center'}, reminder: {name:'Reminder', text:'TEST CARD {/bold}- Not for constructed play', x:0.1547, y:0.8896, width:0.6907, height:0.0253, oneLine:true, font:'Calibri', size:0.0253, fontStyle:"italic bold "} });