snow
BIN
img/frames/m15/snow/a.png
Normal file
After Width: | Height: | Size: 1.8 MiB |
BIN
img/frames/m15/snow/aThumb.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
img/frames/m15/snow/b.png
Normal file
After Width: | Height: | Size: 1.8 MiB |
BIN
img/frames/m15/snow/bThumb.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
img/frames/m15/snow/bl.png
Normal file
After Width: | Height: | Size: 1.9 MiB |
BIN
img/frames/m15/snow/blThumb.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
img/frames/m15/snow/g.png
Normal file
After Width: | Height: | Size: 1.9 MiB |
BIN
img/frames/m15/snow/gThumb.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
img/frames/m15/snow/gl.png
Normal file
After Width: | Height: | Size: 2.0 MiB |
BIN
img/frames/m15/snow/glThumb.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
img/frames/m15/snow/l.png
Normal file
After Width: | Height: | Size: 1.8 MiB |
BIN
img/frames/m15/snow/lThumb.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
img/frames/m15/snow/m.png
Normal file
After Width: | Height: | Size: 1.8 MiB |
BIN
img/frames/m15/snow/mThumb.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
img/frames/m15/snow/r.png
Normal file
After Width: | Height: | Size: 1.8 MiB |
BIN
img/frames/m15/snow/rThumb.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
img/frames/m15/snow/rl.png
Normal file
After Width: | Height: | Size: 1.8 MiB |
BIN
img/frames/m15/snow/rlThumb.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
img/frames/m15/snow/u.png
Normal file
After Width: | Height: | Size: 1.9 MiB |
BIN
img/frames/m15/snow/uThumb.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
img/frames/m15/snow/ul.png
Normal file
After Width: | Height: | Size: 1.9 MiB |
BIN
img/frames/m15/snow/ulThumb.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
img/frames/m15/snow/w.png
Normal file
After Width: | Height: | Size: 1.8 MiB |
BIN
img/frames/m15/snow/wThumb.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
img/frames/m15/snow/wl.png
Normal file
After Width: | Height: | Size: 1.8 MiB |
BIN
img/frames/m15/snow/wlThumb.png
Normal file
After Width: | Height: | Size: 16 KiB |
@@ -1,6 +1,5 @@
|
|||||||
loadFramePacks([
|
loadFramePacks([
|
||||||
{name:'Regular Frames', value:'M15Regular-1'},
|
{name:'Regular Frames', value:'M15Regular-1'},
|
||||||
{name:'Lands', value:'M15Lands'},
|
|
||||||
{name:'Addons', value:'disabled'},
|
{name:'Addons', value:'disabled'},
|
||||||
{name:'Legend Crowns', value:'M15LegendCrowns'},
|
{name:'Legend Crowns', value:'M15LegendCrowns'},
|
||||||
{name:'Floating Legend Crowns', value:'M15LegendCrownsFloating'},
|
{name:'Floating Legend Crowns', value:'M15LegendCrownsFloating'},
|
||||||
@@ -8,6 +7,8 @@ loadFramePacks([
|
|||||||
{name:'Holo Stamps', value:'M15HoloStamps'},
|
{name:'Holo Stamps', value:'M15HoloStamps'},
|
||||||
{name:'Dark Power/Toughness', value:'M15DarkPT'},
|
{name:'Dark Power/Toughness', value:'M15DarkPT'},
|
||||||
{name:'Other Frames', value:'disabled'},
|
{name:'Other Frames', value:'disabled'},
|
||||||
|
{name:'Lands', value:'M15Lands'},
|
||||||
|
{name:'Snow', value:'M15Snow'},
|
||||||
{name:'Nyx', value:'M15Nyx'},
|
{name:'Nyx', value:'M15Nyx'},
|
||||||
{name:'Devoid', value:'M15Devoid'},
|
{name:'Devoid', value:'M15Devoid'},
|
||||||
{name:'Special', value:'disabled'},
|
{name:'Special', value:'disabled'},
|
||||||
|
24
js/frames/packM15Snow.js
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
//Create objects for common properties across available frames
|
||||||
|
var masks = [{src:'/img/frames/m15/regular/m15MaskPinline.png', name:'Pinline'}, {src:'/img/frames/m15/regular/m15MaskTitle.png', name:'Title'}, {src:'/img/frames/m15/regular/m15MaskType.png', name:'Type'}, {src:'/img/frames/m15/regular/m15MaskRules.png', name:'Rules'}, {src:'/img/frames/m15/regular/m15MaskFrame.png', name:'Frame'}, {src:'/img/frames/m15/regular/m15MaskBorder.png', name:'Border'}];
|
||||||
|
//defines available frames
|
||||||
|
availableFrames = [
|
||||||
|
{name:'White Frame', src:'/img/frames/m15/snow/w.png', masks:masks},
|
||||||
|
{name:'Blue Frame', src:'/img/frames/m15/snow/u.png', masks:masks},
|
||||||
|
{name:'Black Frame', src:'/img/frames/m15/snow/b.png', masks:masks},
|
||||||
|
{name:'Red Frame', src:'/img/frames/m15/snow/r.png', masks:masks},
|
||||||
|
{name:'Green Frame', src:'/img/frames/m15/snow/g.png', masks:masks},
|
||||||
|
{name:'Multicolored Frame', src:'/img/frames/m15/snow/m.png', masks:masks},
|
||||||
|
{name:'Artifact Frame', src:'/img/frames/m15/snow/a.png', masks:masks},
|
||||||
|
{name:'Land Frame', src:'/img/frames/m15/snow/l.png', masks:masks},
|
||||||
|
{name:'White Land Frame', src:'/img/frames/m15/snow/wl.png', masks:masks},
|
||||||
|
{name:'Blue Land Frame', src:'/img/frames/m15/snow/ul.png', masks:masks},
|
||||||
|
{name:'Black Land Frame', src:'/img/frames/m15/snow/bl.png', masks:masks},
|
||||||
|
{name:'Red Land Frame', src:'/img/frames/m15/snow/rl.png', masks:masks},
|
||||||
|
{name:'Green Land Frame', src:'/img/frames/m15/snow/gl.png', masks:masks}
|
||||||
|
];
|
||||||
|
//disables/enables the "Load Frame Version" button
|
||||||
|
document.querySelector('#loadFrameVersion').disabled = true;
|
||||||
|
//defines process for loading this version, if applicable
|
||||||
|
document.querySelector('#loadFrameVersion').onclick = null;
|
||||||
|
//loads available frames
|
||||||
|
loadFramePack();
|