forked from GithubMirrors/cardconjurer
seventh textless textbox
This commit is contained in:
12
img/frames/seventh/textless/textbox.svg
Normal file
12
img/frames/seventh/textless/textbox.svg
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||||
|
<svg width="1152" height="600" viewBox="0 0 1152 600" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
||||||
|
<g transform="matrix(1,0,0,1,-174,-1238)">
|
||||||
|
<g transform="matrix(1152,0,0,600,-200274,-1.10096e+06)">
|
||||||
|
<rect x="174" y="1837" width="1" height="1" style="fill:url(#_Linear1);"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="_Linear1" x1="0" y1="0" x2="1" y2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(-3.83859e-14,-0.22,0.0763889,-4.91339e-14,174.5,1837.22)"><stop offset="0" style="stop-color:black;stop-opacity:0.75"/><stop offset="1" style="stop-color:black;stop-opacity:0"/></linearGradient>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1015 B |
BIN
img/frames/seventh/textless/textboxThumb.png
Normal file
BIN
img/frames/seventh/textless/textboxThumb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 789 B |
@@ -9,7 +9,8 @@ availableFrames = [
|
|||||||
{name:'Green Frame', src:'/img/frames/seventh/textless/seventhTextlessFrameG.png', masks:masks},
|
{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:'Multicolored Frame', src:'/img/frames/seventh/textless/seventhTextlessFrameM.png', masks:masks},
|
||||||
{name:'Artifact Frame', src:'/img/frames/seventh/textless/seventhTextlessFrameA.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
|
//disables/enables the "Load Frame Version" button
|
||||||
document.querySelector('#loadFrameVersion').disabled = false;
|
document.querySelector('#loadFrameVersion').disabled = false;
|
||||||
@@ -32,6 +33,7 @@ document.querySelector('#loadFrameVersion').onclick = async function() {
|
|||||||
loadTextOptions({
|
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},
|
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},
|
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}
|
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
|
//bottom info
|
||||||
|
Reference in New Issue
Block a user