misc
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
BIN
img/frames/iko/short/a2.png
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
img/frames/iko/short/a2Thumb.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 3.9 KiB |
BIN
img/frames/storybook/pinline.png
Normal file
After Width: | Height: | Size: 139 KiB |
BIN
img/frames/storybook/pinlineThumb.png
Normal file
After Width: | Height: | Size: 14 KiB |
@@ -10,6 +10,7 @@ availableFrames = [
|
|||||||
{name:'Green Frame', src:'/img/frames/iko/short/g.png', masks:masks},
|
{name:'Green Frame', src:'/img/frames/iko/short/g.png', masks:masks},
|
||||||
{name:'Multicolored Frame', src:'/img/frames/iko/short/m.png', masks:masks},
|
{name:'Multicolored Frame', src:'/img/frames/iko/short/m.png', masks:masks},
|
||||||
{name:'Artifact Frame', src:'/img/frames/iko/short/a.png', masks:masks},
|
{name:'Artifact Frame', src:'/img/frames/iko/short/a.png', masks:masks},
|
||||||
|
{name:'Artifact Frame (Alt)', src:'/img/frames/iko/short/a2.png', masks:masks},
|
||||||
{name:'Land Frame', src:'/img/frames/iko/short/l.png', masks:masks},
|
{name:'Land Frame', src:'/img/frames/iko/short/l.png', masks:masks},
|
||||||
{name:'White Power/Toughness', src:'/img/frames/m15/nickname/m15NicknamePTW.png', bounds:bounds},
|
{name:'White Power/Toughness', src:'/img/frames/m15/nickname/m15NicknamePTW.png', bounds:bounds},
|
||||||
{name:'Blue Power/Toughness', src:'/img/frames/m15/nickname/m15NicknamePTU.png', bounds:bounds},
|
{name:'Blue Power/Toughness', src:'/img/frames/m15/nickname/m15NicknamePTU.png', bounds:bounds},
|
||||||
|
@@ -1,14 +1,16 @@
|
|||||||
//Create objects for common properties across available frames
|
//Create objects for common properties across available frames
|
||||||
|
var masks = [{src:'/img/frames/storybook/pinline.png', name:'Pinline'}];
|
||||||
|
//Create objects for common properties across available frames
|
||||||
var bounds = {x:0.7414, y:0.8839, width:0.2134, height:0.0681};
|
var bounds = {x:0.7414, y:0.8839, width:0.2134, height:0.0681};
|
||||||
//defines available frames
|
//defines available frames
|
||||||
availableFrames = [
|
availableFrames = [
|
||||||
{name:'White Frame', src:'/img/frames/storybook/w.png'},
|
{name:'White Frame', src:'/img/frames/storybook/w.png', masks:masks},
|
||||||
{name:'Blue Frame', src:'/img/frames/storybook/u.png'},
|
{name:'Blue Frame', src:'/img/frames/storybook/u.png', masks:masks},
|
||||||
{name:'Black Frame', src:'/img/frames/storybook/b.png'},
|
{name:'Black Frame', src:'/img/frames/storybook/b.png', masks:masks},
|
||||||
{name:'Red Frame', src:'/img/frames/storybook/r.png'},
|
{name:'Red Frame', src:'/img/frames/storybook/r.png', masks:masks},
|
||||||
{name:'Green Frame', src:'/img/frames/storybook/g.png'},
|
{name:'Green Frame', src:'/img/frames/storybook/g.png', masks:masks},
|
||||||
{name:'Multicolored Frame', src:'/img/frames/storybook/m.png'},
|
{name:'Multicolored Frame', src:'/img/frames/storybook/m.png', masks:masks},
|
||||||
{name:'Colorless Frame', src:'/img/frames/storybook/c.png'},
|
{name:'Colorless Frame', src:'/img/frames/storybook/c.png', masks:masks},
|
||||||
{name:'White Power/Toughness', src:'/img/frames/storybook/wpt.png', bounds:bounds},
|
{name:'White Power/Toughness', src:'/img/frames/storybook/wpt.png', bounds:bounds},
|
||||||
{name:'Blue Power/Toughness', src:'/img/frames/storybook/upt.png', bounds:bounds},
|
{name:'Blue Power/Toughness', src:'/img/frames/storybook/upt.png', bounds:bounds},
|
||||||
{name:'Black Power/Toughness', src:'/img/frames/storybook/bpt.png', bounds:bounds},
|
{name:'Black Power/Toughness', src:'/img/frames/storybook/bpt.png', bounds:bounds},
|
||||||
|