8ed updates
BIN
img/frames/8th/bl.png
Normal file
After Width: | Height: | Size: 1.9 MiB |
BIN
img/frames/8th/blThumb.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
img/frames/8th/gl.png
Normal file
After Width: | Height: | Size: 2.1 MiB |
BIN
img/frames/8th/glThumb.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
img/frames/8th/ml.png
Normal file
After Width: | Height: | Size: 2.1 MiB |
BIN
img/frames/8th/mlThumb.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
img/frames/8th/rl.png
Normal file
After Width: | Height: | Size: 2.0 MiB |
BIN
img/frames/8th/rlThumb.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
img/frames/8th/ul.png
Normal file
After Width: | Height: | Size: 1.8 MiB |
BIN
img/frames/8th/ulThumb.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
img/frames/8th/wl.png
Normal file
After Width: | Height: | Size: 1.7 MiB |
BIN
img/frames/8th/wlThumb.png
Normal file
After Width: | Height: | Size: 16 KiB |
@@ -11,6 +11,12 @@ availableFrames = [
|
|||||||
{name:'Multicolored Frame', src:'/img/frames/8th/m.png', masks:masks},
|
{name:'Multicolored Frame', src:'/img/frames/8th/m.png', masks:masks},
|
||||||
{name:'Artifact Frame', src:'/img/frames/8th/a.png', masks:masks},
|
{name:'Artifact Frame', src:'/img/frames/8th/a.png', masks:masks},
|
||||||
{name:'Land Frame', src:'/img/frames/8th/l.png', masks:masks},
|
{name:'Land Frame', src:'/img/frames/8th/l.png', masks:masks},
|
||||||
|
{name:'White Land Frame', src:'/img/frames/8th/wl.png', masks:masks},
|
||||||
|
{name:'Blue Land Frame', src:'/img/frames/8th/ul.png', masks:masks},
|
||||||
|
{name:'Black Land Frame', src:'/img/frames/8th/bl.png', masks:masks},
|
||||||
|
{name:'Red Land Frame', src:'/img/frames/8th/rl.png', masks:masks},
|
||||||
|
{name:'Green Land Frame', src:'/img/frames/8th/gl.png', masks:masks},
|
||||||
|
{name:'Multicolored Land Frame', src:'/img/frames/8th/ml.png', masks:masks},
|
||||||
{name:'White Power/Toughness', src:'/img/frames/8th/pt/w.png', bounds:bounds},
|
{name:'White Power/Toughness', src:'/img/frames/8th/pt/w.png', bounds:bounds},
|
||||||
{name:'Blue Power/Toughness', src:'/img/frames/8th/pt/u.png', bounds:bounds},
|
{name:'Blue Power/Toughness', src:'/img/frames/8th/pt/u.png', bounds:bounds},
|
||||||
{name:'Black Power/Toughness', src:'/img/frames/8th/pt/b.png', bounds:bounds},
|
{name:'Black Power/Toughness', src:'/img/frames/8th/pt/b.png', bounds:bounds},
|
||||||
|
@@ -54,9 +54,9 @@ document.querySelector('#loadFrameVersion').onclick = async function() {
|
|||||||
});
|
});
|
||||||
//bottom info
|
//bottom info
|
||||||
loadBottomInfo({
|
loadBottomInfo({
|
||||||
top: {text:'{ptshift-0.1667,0}\uFFEE {elemidinfo-artist}', x:0.094, y:1898/2100, width:0.8107, height:0.0248, oneLine:true, font:'matrixb', size:0.0248, color:'white', align:'right', shadowX:0.0007, shadowY:0.0005},
|
top: {text:'{conditionalcolor:White_Frame,Artifact_Frame,Colorless_Frame:black}{ptshift-0.1667,0}\uFFEE {elemidinfo-artist}', x:0.094, y:1898/2100, width:0.8107, height:0.0248, oneLine:true, font:'matrixb', size:0.0248, color:'white', align:'right', shadowX:0.0007, shadowY:0.0005},
|
||||||
wizards: {name:'wizards', text:'{ptshift-0.1667,0}\u2122 & \u00a9 1993-' + date.getFullYear() + ' Wizards of the Coast, Inc. {elemidinfo-number}', x:0.094, y:1954/2100, width:0.8107, height:0.0153, oneLine:true, font:'mplantin', size:0.0153, color:'white', align:'right', shadowX:0.0007, shadowY:0.0005},
|
wizards: {name:'wizards', text:'{conditionalcolor:White_Frame,Artifact_Frame,Colorless_Frame:black}{ptshift-0.1667,0}\u2122 & \u00a9 1993-' + date.getFullYear() + ' Wizards of the Coast, Inc. {elemidinfo-number}', x:0.094, y:1954/2100, width:0.8107, height:0.0153, oneLine:true, font:'mplantin', size:0.0153, color:'white', align:'right', shadowX:0.0007, shadowY:0.0005},
|
||||||
bottom: {text:'{ptshift-0.1667,0}NOT FOR SALE CardConjurer.com', x:0.094, y:1990/2100, width:0.8107, height:0.0134, oneLine:true, font:'mplantin', size:0.0134, color:'white', align:'right', shadowX:0.0007, shadowY:0.0005}
|
bottom: {text:'{conditionalcolor:White_Frame,Artifact_Frame,Colorless_Frame:black}{ptshift-0.1667,0}NOT FOR SALE CardConjurer.com', x:0.094, y:1990/2100, width:0.8107, height:0.0134, oneLine:true, font:'mplantin', size:0.0134, color:'white', align:'right', shadowX:0.0007, shadowY:0.0005}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
//loads available frames
|
//loads available frames
|
||||||
|