diff --git a/img/frames/storybook/m.png b/img/frames/storybook/m.png new file mode 100644 index 00000000..5b880805 Binary files /dev/null and b/img/frames/storybook/m.png differ diff --git a/img/frames/storybook/mThumb.png b/img/frames/storybook/mThumb.png new file mode 100644 index 00000000..fb01e21e Binary files /dev/null and b/img/frames/storybook/mThumb.png differ diff --git a/img/frames/storybook/mpt.png b/img/frames/storybook/mpt.png new file mode 100644 index 00000000..6562963a Binary files /dev/null and b/img/frames/storybook/mpt.png differ diff --git a/img/frames/storybook/mptThumb.png b/img/frames/storybook/mptThumb.png new file mode 100644 index 00000000..d1bcd9db Binary files /dev/null and b/img/frames/storybook/mptThumb.png differ diff --git a/js/frames/packStorybook.js b/js/frames/packStorybook.js index 2cdb1776..fd4f7110 100644 --- a/js/frames/packStorybook.js +++ b/js/frames/packStorybook.js @@ -7,12 +7,14 @@ availableFrames = [ {name:'Black Frame', src:'/img/frames/storybook/storybookFrameB.png'}, {name:'Red Frame', src:'/img/frames/storybook/storybookFrameR.png'}, {name:'Green Frame', src:'/img/frames/storybook/storybookFrameG.png'}, + {name:'Multicolored Frame', src:'/img/frames/storybook/m.png'}, {name:'Colorless Frame', src:'/img/frames/storybook/storybookFrameC.png'}, {name:'White Power/Toughness', src:'/img/frames/storybook/storybookPTW.png', bounds:bounds}, {name:'Blue Power/Toughness', src:'/img/frames/storybook/storybookPTU.png', bounds:bounds}, {name:'Black Power/Toughness', src:'/img/frames/storybook/storybookPTB.png', bounds:bounds}, {name:'Red Power/Toughness', src:'/img/frames/storybook/storybookPTR.png', bounds:bounds}, {name:'Green Power/Toughness', src:'/img/frames/storybook/storybookPTG.png', bounds:bounds}, + {name:'Multicolored Power/Toughness', src:'/img/frames/storybook/mpt.png', bounds:bounds}, {name:'Colorless Power/Toughness', src:'/img/frames/storybook/storybookPTC.png', bounds:bounds}, {name:'Holo Stamp', src:'/img/frames/storybook/holo.png', bounds:{x:0.4507, y:0.9129, width:0.0987, height:0.0386}} ];