classicshifted crowns
BIN
img/frames/custom/classicshifted/ca.png
Normal file
After Width: | Height: | Size: 338 KiB |
BIN
img/frames/custom/classicshifted/caThumb.png
Normal file
After Width: | Height: | Size: 6.6 KiB |
BIN
img/frames/custom/classicshifted/cb.png
Normal file
After Width: | Height: | Size: 254 KiB |
BIN
img/frames/custom/classicshifted/cbThumb.png
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
img/frames/custom/classicshifted/cg.png
Normal file
After Width: | Height: | Size: 180 KiB |
BIN
img/frames/custom/classicshifted/cgThumb.png
Normal file
After Width: | Height: | Size: 6.6 KiB |
BIN
img/frames/custom/classicshifted/cl.png
Normal file
After Width: | Height: | Size: 334 KiB |
BIN
img/frames/custom/classicshifted/clThumb.png
Normal file
After Width: | Height: | Size: 6.9 KiB |
BIN
img/frames/custom/classicshifted/cm.png
Normal file
After Width: | Height: | Size: 281 KiB |
BIN
img/frames/custom/classicshifted/cmThumb.png
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
img/frames/custom/classicshifted/cr.png
Normal file
After Width: | Height: | Size: 358 KiB |
BIN
img/frames/custom/classicshifted/crThumb.png
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
img/frames/custom/classicshifted/cu.png
Normal file
After Width: | Height: | Size: 322 KiB |
BIN
img/frames/custom/classicshifted/cuThumb.png
Normal file
After Width: | Height: | Size: 7.5 KiB |
BIN
img/frames/custom/classicshifted/cw.png
Normal file
After Width: | Height: | Size: 279 KiB |
BIN
img/frames/custom/classicshifted/cwThumb.png
Normal file
After Width: | Height: | Size: 6.6 KiB |
@@ -1,6 +1,7 @@
|
||||
//Create objects for common properties across available frames
|
||||
var masks = [{src:'/img/frames/custom/classicshifted/maskFrame.png', name:'Frame'}, {src:'/img/frames/custom/classicshifted/maskText.png', name:'Textbox'}];
|
||||
var bounds = {x:0.7573, y:0.8848, width:0.188, height:0.0733};
|
||||
var bounds2 = {x:0.026, y:0.0129, width:0.948, height:0.1015};
|
||||
//defines available frames
|
||||
availableFrames = [
|
||||
{name:'White Frame', src:'/img/frames/custom/classicshifted/w.png', masks:masks},
|
||||
@@ -19,6 +20,14 @@ availableFrames = [
|
||||
{name:'Multicolored Power/Toughness', src:'/img/frames/custom/classicshifted/ptM.png', bounds:bounds},
|
||||
{name:'Artifact Power/Toughness', src:'/img/frames/custom/classicshifted/ptA.png', bounds:bounds},
|
||||
{name:'Land Power/Toughness', src:'/img/frames/custom/classicshifted/ptL.png', bounds:bounds},
|
||||
{name:'White Crown', src:'/img/frames/custom/classicshifted/cw.png', bounds:bounds2},
|
||||
{name:'Blue Crown', src:'/img/frames/custom/classicshifted/cu.png', bounds:bounds2},
|
||||
{name:'Black Crown', src:'/img/frames/custom/classicshifted/cb.png', bounds:bounds2},
|
||||
{name:'Red Crown', src:'/img/frames/custom/classicshifted/cr.png', bounds:bounds2},
|
||||
{name:'Green Crown', src:'/img/frames/custom/classicshifted/cg.png', bounds:bounds2},
|
||||
{name:'Multicolored Crown', src:'/img/frames/custom/classicshifted/cm.png', bounds:bounds2},
|
||||
{name:'Artifact Crown', src:'/img/frames/custom/classicshifted/ca.png', bounds:bounds2},
|
||||
{name:'Land Crown', src:'/img/frames/custom/classicshifted/cl.png', bounds:bounds2}
|
||||
];
|
||||
//disables/enables the "Load Frame Version" button
|
||||
document.querySelector('#loadFrameVersion').disabled = false;
|
||||
|