diff --git a/img/frames/iko/short/a.png b/img/frames/iko/short/a.png index bc122d93..261b6d64 100644 Binary files a/img/frames/iko/short/a.png and b/img/frames/iko/short/a.png differ diff --git a/img/frames/iko/short/a2.png b/img/frames/iko/short/a2.png new file mode 100644 index 00000000..8479cb9a Binary files /dev/null and b/img/frames/iko/short/a2.png differ diff --git a/img/frames/iko/short/a2Thumb.png b/img/frames/iko/short/a2Thumb.png new file mode 100644 index 00000000..0bae1f97 Binary files /dev/null and b/img/frames/iko/short/a2Thumb.png differ diff --git a/img/frames/iko/short/aThumb.png b/img/frames/iko/short/aThumb.png index 7b6adcec..d1a6d260 100644 Binary files a/img/frames/iko/short/aThumb.png and b/img/frames/iko/short/aThumb.png differ diff --git a/img/frames/storybook/pinline.png b/img/frames/storybook/pinline.png new file mode 100644 index 00000000..7a5fa787 Binary files /dev/null and b/img/frames/storybook/pinline.png differ diff --git a/img/frames/storybook/pinlineThumb.png b/img/frames/storybook/pinlineThumb.png new file mode 100644 index 00000000..912a5725 Binary files /dev/null and b/img/frames/storybook/pinlineThumb.png differ diff --git a/js/frames/packIkoShort.js b/js/frames/packIkoShort.js index 7619c98f..50e66d92 100644 --- a/js/frames/packIkoShort.js +++ b/js/frames/packIkoShort.js @@ -10,6 +10,7 @@ availableFrames = [ {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:'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:'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}, diff --git a/js/frames/packStorybook.js b/js/frames/packStorybook.js index 0fd2f0d3..eac69ca5 100644 --- a/js/frames/packStorybook.js +++ b/js/frames/packStorybook.js @@ -1,14 +1,16 @@ //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}; //defines available frames availableFrames = [ - {name:'White Frame', src:'/img/frames/storybook/w.png'}, - {name:'Blue Frame', src:'/img/frames/storybook/u.png'}, - {name:'Black Frame', src:'/img/frames/storybook/b.png'}, - {name:'Red Frame', src:'/img/frames/storybook/r.png'}, - {name:'Green Frame', src:'/img/frames/storybook/g.png'}, - {name:'Multicolored Frame', src:'/img/frames/storybook/m.png'}, - {name:'Colorless Frame', src:'/img/frames/storybook/c.png'}, + {name:'White Frame', src:'/img/frames/storybook/w.png', masks:masks}, + {name:'Blue Frame', src:'/img/frames/storybook/u.png', masks:masks}, + {name:'Black Frame', src:'/img/frames/storybook/b.png', masks:masks}, + {name:'Red Frame', src:'/img/frames/storybook/r.png', masks:masks}, + {name:'Green Frame', src:'/img/frames/storybook/g.png', masks:masks}, + {name:'Multicolored Frame', src:'/img/frames/storybook/m.png', masks:masks}, + {name:'Colorless Frame', src:'/img/frames/storybook/c.png', masks:masks}, {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:'Black Power/Toughness', src:'/img/frames/storybook/bpt.png', bounds:bounds},