Update packCustomDeckCover.js

This commit is contained in:
Kyle
2021-12-09 12:03:19 -08:00
committed by GitHub
parent 0c4b92005e
commit f28f155428

View File

@@ -34,8 +34,8 @@ document.querySelector('#loadFrameVersion').onclick = async function() {
resetWatermark(); resetWatermark();
//text //text
loadTextOptions({ 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}, 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:'beleren', size:0.0362, color:'white', align:'center', shadowX:0.002, shadowY:0.0015} 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 //bottom info
await loadBottomInfo({ await loadBottomInfo({
@@ -46,4 +46,4 @@ document.querySelector('#loadFrameVersion').onclick = async function() {
}); });
} }
//loads available frames //loads available frames
loadFramePack(); loadFramePack();