eldraine upgrade

This commit is contained in:
Kyle
2021-10-05 10:08:28 -07:00
parent 655191d2c8
commit ac5d7e0f0c
33 changed files with 13 additions and 13 deletions

BIN
img/frames/storybook/b.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
img/frames/storybook/c.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
img/frames/storybook/g.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 MiB

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 17 KiB

BIN
img/frames/storybook/r.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 380 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

BIN
img/frames/storybook/u.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
img/frames/storybook/w.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -1,21 +1,21 @@
//Create objects for common properties across available frames //Create objects for common properties across available frames
var bounds = {x:0.7427, y:0.8858, width:0.2213, height:0.0658}; 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/storybookFrameW.png'}, {name:'White Frame', src:'/img/frames/storybook/w.png'},
{name:'Blue Frame', src:'/img/frames/storybook/storybookFrameU.png'}, {name:'Blue Frame', src:'/img/frames/storybook/u.png'},
{name:'Black Frame', src:'/img/frames/storybook/storybookFrameB.png'}, {name:'Black Frame', src:'/img/frames/storybook/b.png'},
{name:'Red Frame', src:'/img/frames/storybook/storybookFrameR.png'}, {name:'Red Frame', src:'/img/frames/storybook/r.png'},
{name:'Green Frame', src:'/img/frames/storybook/storybookFrameG.png'}, {name:'Green Frame', src:'/img/frames/storybook/g.png'},
{name:'Multicolored Frame', src:'/img/frames/storybook/m.png'}, {name:'Multicolored Frame', src:'/img/frames/storybook/m.png'},
{name:'Colorless Frame', src:'/img/frames/storybook/storybookFrameC.png'}, {name:'Colorless Frame', src:'/img/frames/storybook/c.png'},
{name:'White Power/Toughness', src:'/img/frames/storybook/storybookPTW.png', bounds:bounds}, {name:'White Power/Toughness', src:'/img/frames/storybook/wpt.png', bounds:bounds},
{name:'Blue Power/Toughness', src:'/img/frames/storybook/storybookPTU.png', bounds:bounds}, {name:'Blue Power/Toughness', src:'/img/frames/storybook/upt.png', bounds:bounds},
{name:'Black Power/Toughness', src:'/img/frames/storybook/storybookPTB.png', bounds:bounds}, {name:'Black Power/Toughness', src:'/img/frames/storybook/bpt.png', bounds:bounds},
{name:'Red Power/Toughness', src:'/img/frames/storybook/storybookPTR.png', bounds:bounds}, {name:'Red Power/Toughness', src:'/img/frames/storybook/rpt.png', bounds:bounds},
{name:'Green Power/Toughness', src:'/img/frames/storybook/storybookPTG.png', bounds:bounds}, {name:'Green Power/Toughness', src:'/img/frames/storybook/gpt.png', bounds:bounds},
{name:'Multicolored Power/Toughness', src:'/img/frames/storybook/mpt.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:'Colorless Power/Toughness', src:'/img/frames/storybook/cpt.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}} {name:'Holo Stamp', src:'/img/frames/storybook/holo.png', bounds:{x:0.4507, y:0.9129, width:0.0987, height:0.0386}}
]; ];
//disables/enables the "Load Frame Version" button //disables/enables the "Load Frame Version" button