equinox upgrade

This commit is contained in:
Kyle
2021-10-13 11:37:52 -07:00
parent 7402e8640d
commit cb049b5bc9
28 changed files with 21 additions and 13 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

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: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

@@ -5,18 +5,22 @@ var masks2 = [{src:'/img/frames/m15/equinox/back/pinline.svg', name:'Pinline'},
var bounds2 = {x:0.7794, y:0.8839, width:0.1827, height:0.0639}; var bounds2 = {x:0.7794, y:0.8839, width:0.1827, height:0.0639};
//defines available frames //defines available frames
availableFrames = [ availableFrames = [
{name:'White Frame', src:'/img/frames/m15/equinox/w.png', masks:masks}, {name:'White Frame (Front)', src:'/img/frames/m15/equinox/w.png', masks:masks},
{name:'Blue Frame', src:'/img/frames/m15/equinox/u.png', masks:masks}, {name:'Blue Frame (Front)', src:'/img/frames/m15/equinox/u.png', masks:masks},
{name:'Black Frame', src:'/img/frames/m15/equinox/b.png', masks:masks}, {name:'Black Frame (Front)', src:'/img/frames/m15/equinox/b.png', masks:masks},
{name:'Red Frame', src:'/img/frames/m15/equinox/r.png', masks:masks}, {name:'Red Frame (Front)', src:'/img/frames/m15/equinox/r.png', masks:masks},
{name:'Green Frame', src:'/img/frames/m15/equinox/g.png', masks:masks}, {name:'Green Frame (Front)', src:'/img/frames/m15/equinox/g.png', masks:masks},
{name:'Multicolored Frame', src:'/img/frames/m15/equinox/m.png', masks:masks}, {name:'Multicolored Frame (Front)', src:'/img/frames/m15/equinox/m.png', masks:masks},
{name:'White Power/Toughness', src:'/img/frames/m15/equinox/pt/w.png', bounds:bounds}, {name:'Artifact Frame (Front)', src:'/img/frames/m15/equinox/a.png', masks:masks},
{name:'Blue Power/Toughness', src:'/img/frames/m15/equinox/pt/u.png', bounds:bounds}, {name:'Land Frame (Front)', src:'/img/frames/m15/equinox/l.png', masks:masks},
{name:'Black Power/Toughness', src:'/img/frames/m15/equinox/pt/b.png', bounds:bounds}, {name:'White Power/Toughness (Front)', src:'/img/frames/m15/equinox/pt/w.png', bounds:bounds},
{name:'Red Power/Toughness', src:'/img/frames/m15/equinox/pt/r.png', bounds:bounds}, {name:'Blue Power/Toughness (Front)', src:'/img/frames/m15/equinox/pt/u.png', bounds:bounds},
{name:'Green Power/Toughness', src:'/img/frames/m15/equinox/pt/g.png', bounds:bounds}, {name:'Black Power/Toughness (Front)', src:'/img/frames/m15/equinox/pt/b.png', bounds:bounds},
{name:'Multicolored Power/Toughness', src:'/img/frames/m15/equinox/pt/m.png', bounds:bounds}, {name:'Red Power/Toughness (Front)', src:'/img/frames/m15/equinox/pt/r.png', bounds:bounds},
{name:'Green Power/Toughness (Front)', src:'/img/frames/m15/equinox/pt/g.png', bounds:bounds},
{name:'Multicolored Power/Toughness (Front)', src:'/img/frames/m15/equinox/pt/m.png', bounds:bounds},
{name:'Artifact Power/Toughness (Front)', src:'/img/frames/m15/equinox/pt/a.png', bounds:bounds},
{name:'Land Power/Toughness (Front)', src:'/img/frames/m15/equinox/pt/l.png', bounds:bounds},
{name:'Sun (Frontside Indicator)', src:'/img/frames/m15/equinox/sun.png', bounds:{x:0.02, y:0.0186, width:0.1534, height:0.1229}}, {name:'Sun (Frontside Indicator)', src:'/img/frames/m15/equinox/sun.png', bounds:{x:0.02, y:0.0186, width:0.1534, height:0.1229}},
{name:'White Frame (Back)', src:'/img/frames/m15/equinox/back/w.png', masks:masks2}, {name:'White Frame (Back)', src:'/img/frames/m15/equinox/back/w.png', masks:masks2},
{name:'Blue Frame (Back)', src:'/img/frames/m15/equinox/back/u.png', masks:masks2}, {name:'Blue Frame (Back)', src:'/img/frames/m15/equinox/back/u.png', masks:masks2},
@@ -24,12 +28,16 @@ availableFrames = [
{name:'Red Frame (Back)', src:'/img/frames/m15/equinox/back/r.png', masks:masks2}, {name:'Red Frame (Back)', src:'/img/frames/m15/equinox/back/r.png', masks:masks2},
{name:'Green Frame (Back)', src:'/img/frames/m15/equinox/back/g.png', masks:masks2}, {name:'Green Frame (Back)', src:'/img/frames/m15/equinox/back/g.png', masks:masks2},
{name:'Multicolored Frame (Back)', src:'/img/frames/m15/equinox/back/m.png', masks:masks2}, {name:'Multicolored Frame (Back)', src:'/img/frames/m15/equinox/back/m.png', masks:masks2},
{name:'Artifact Frame (Back)', src:'/img/frames/m15/equinox/back/a.png', masks:masks2},
{name:'Land Frame (Back)', src:'/img/frames/m15/equinox/back/l.png', masks:masks2},
{name:'White Power/Toughness (Back)', src:'/img/frames/m15/equinox/back/pt/w.png', bounds:bounds2}, {name:'White Power/Toughness (Back)', src:'/img/frames/m15/equinox/back/pt/w.png', bounds:bounds2},
{name:'Blue Power/Toughness (Back)', src:'/img/frames/m15/equinox/back/pt/u.png', bounds:bounds2}, {name:'Blue Power/Toughness (Back)', src:'/img/frames/m15/equinox/back/pt/u.png', bounds:bounds2},
{name:'Black Power/Toughness (Back)', src:'/img/frames/m15/equinox/back/pt/b.png', bounds:bounds2}, {name:'Black Power/Toughness (Back)', src:'/img/frames/m15/equinox/back/pt/b.png', bounds:bounds2},
{name:'Red Power/Toughness (Back)', src:'/img/frames/m15/equinox/back/pt/r.png', bounds:bounds2}, {name:'Red Power/Toughness (Back)', src:'/img/frames/m15/equinox/back/pt/r.png', bounds:bounds2},
{name:'Green Power/Toughness (Back)', src:'/img/frames/m15/equinox/back/pt/g.png', bounds:bounds2}, {name:'Green Power/Toughness (Back)', src:'/img/frames/m15/equinox/back/pt/g.png', bounds:bounds2},
{name:'Multicolored Power/Toughness (Back)', src:'/img/frames/m15/equinox/back/pt/m.png', bounds:bounds2} {name:'Multicolored Power/Toughness (Back)', src:'/img/frames/m15/equinox/back/pt/m.png', bounds:bounds2},
{name:'Artifact Power/Toughness (Back)', src:'/img/frames/m15/equinox/back/pt/a.png', bounds:bounds2},
{name:'Land Power/Toughness (Back)', src:'/img/frames/m15/equinox/back/pt/l.png', bounds:bounds2}
]; ];
//disables/enables the "Load Frame Version" button //disables/enables the "Load Frame Version" button
document.querySelector('#loadFrameVersion').disabled = false; document.querySelector('#loadFrameVersion').disabled = false;