seventh textless textbox

This commit is contained in:
Kyle
2021-08-19 17:44:28 -07:00
parent b39489e1c3
commit 3f61fe219e
3 changed files with 15 additions and 1 deletions

View File

@@ -9,7 +9,8 @@ availableFrames = [
{name:'Green Frame', src:'/img/frames/seventh/textless/seventhTextlessFrameG.png', masks:masks},
{name:'Multicolored Frame', src:'/img/frames/seventh/textless/seventhTextlessFrameM.png', masks:masks},
{name:'Artifact Frame', src:'/img/frames/seventh/textless/seventhTextlessFrameA.png', masks:masks},
{name:'Land Frame', src:'/img/frames/seventh/textless/seventhTextlessFrameL.png', masks:masks}
{name:'Land Frame', src:'/img/frames/seventh/textless/seventhTextlessFrameL.png', masks:masks},
{name:'Textbox', src:'/img/frames/seventh/textless/textbox.svg', bounds:{x:0.116, y:0.5896, width:0.768, height:0.2858}}
];
//disables/enables the "Load Frame Version" button
document.querySelector('#loadFrameVersion').disabled = false;
@@ -32,6 +33,7 @@ document.querySelector('#loadFrameVersion').onclick = async function() {
loadTextOptions({
mana: {name:'Mana Cost', text:'', x:0.108, y:0.0486, width:0.8147, height:72/2100, oneLine:true, size:72/1638, align:'right', manaCost:true, manaSpacing:0},
title: {name:'Title', text:'', x:0.108, y:0.0448, width:0.784, height:0.0405, oneLine:true, font:'goudymedieval', size:0.0405, color:'white', shadowX:0.002, shadowY:0.0015},
rules: {name:'Rules Text', text:'', x:0.128, y:0.6429, width:0.744, height:0.2381, size:0.0358, color:'white', shadowX:0.0014, shadowY:0.001},
pt: {name:'Power/Toughness', text:'', x:0.8, y:0.8981, width:0.1367, height:0.0453, size:0.0453, oneLine:true, align:'center', color:'white', shadowX:0.002, shadowY:0.0015}
});
//bottom info