Add floating Universes Beyond legend crowns

This commit is contained in:
Josh birnholz
2023-07-31 01:55:40 -04:00
parent 15272e64e2
commit 6ddb729284
21 changed files with 26 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View File

@@ -4,6 +4,8 @@ const frameNames = new Map ([
['Legend Crowns', 'M15LegendCrowns'], ['Legend Crowns', 'M15LegendCrowns'],
['Legend Crowns (Etched)', 'LegendCrownsEtched'], ['Legend Crowns (Etched)', 'LegendCrownsEtched'],
['Floating Legend Crowns', 'M15LegendCrownsFloating'], ['Floating Legend Crowns', 'M15LegendCrownsFloating'],
['Floating Legend Crowns (Universes Beyond)', 'UBLegendCrownsFloating'],
['Legend Crowns (Universes Beyond)', 'UBLegendCrowns'],
['Inner Crowns', 'M15InnerCrowns'], ['Inner Crowns', 'M15InnerCrowns'],
['Inner Crowns (Etched)', 'InnerCrownsEtched'], ['Inner Crowns (Etched)', 'InnerCrownsEtched'],
['Miracle', 'M15Miracle'], ['Miracle', 'M15Miracle'],
@@ -77,7 +79,6 @@ const frameNames = new Map ([
['Universes Beyond', 'UB'], ['Universes Beyond', 'UB'],
['Universes Beyond (Full art)', 'UBFull'], ['Universes Beyond (Full art)', 'UBFull'],
['Universes Beyond (Extended art)', 'UBExtendedArt'], ['Universes Beyond (Extended art)', 'UBExtendedArt'],
['Universes Beyond legend crowns', 'UBLegendCrowns'],
['Full Text', 'FullText'], ['Full Text', 'FullText'],
['Etched', 'Etched'], ['Etched', 'Etched'],
['Etched (Nyx)', 'EtchedNyx'], ['Etched (Nyx)', 'EtchedNyx'],

View File

@@ -73,6 +73,7 @@ loadFramePacks([
{name:'Legend Crowns', value:'M15LegendCrowns'}, {name:'Legend Crowns', value:'M15LegendCrowns'},
{name:'Legend Crowns (Universes Beyond)', value:'UBLegendCrowns'}, {name:'Legend Crowns (Universes Beyond)', value:'UBLegendCrowns'},
{name:'Floating Legend Crowns', value:'M15LegendCrownsFloating'}, {name:'Floating Legend Crowns', value:'M15LegendCrownsFloating'},
{name:'Floating Legend Crowns (Universes Beyond)', value:'UBLegendCrownsFloating'}
{name:'Inner Crowns', value:'M15InnerCrowns'}, {name:'Inner Crowns', value:'M15InnerCrowns'},
{name:'Nicknames', value:'M15Nickname-2'}, {name:'Nicknames', value:'M15Nickname-2'},
{name:'Holo Stamps', value:'M15HoloStamps'}, {name:'Holo Stamps', value:'M15HoloStamps'},

View File

@@ -0,0 +1,23 @@
//Create objects for common properties across available frames
var bounds = {x:0.0307, y:0.0191, width:0.9387, height:0.1024};
//defines available frames
availableFrames = [
{name:'White Legend Crown', src:'/img/frames/m15/ub/crowns/floating/w.png', bounds:bounds, complementary:9},
{name:'Blue Legend Crown', src:'/img/frames/m15/ub/crowns/floating/u.png', bounds:bounds, complementary:9},
{name:'Black Legend Crown', src:'/img/frames/m15/ub/crowns/floating/b.png', bounds:bounds, complementary:9},
{name:'Red Legend Crown', src:'/img/frames/m15/ub/crowns/floating/r.png', bounds:bounds, complementary:9},
{name:'Green Legend Crown', src:'/img/frames/m15/ub/crowns/floating/g.png', bounds:bounds, complementary:9},
{name:'Multicolored Legend Crown', src:'/img/frames/m15/ub/crowns/floating/m.png', bounds:bounds, complementary:9},
{name:'Artifact Legend Crown', src:'/img/frames/m15/ub/crowns/floating/a.png', bounds:bounds, complementary:9},
{name:'Land Legend Crown', src:'/img/frames/m15/ub/crowns/floating/l.png', bounds:bounds, complementary:9},
{name:'Colorless Legend Crown', src:'/img/frames/m15/ub/crowns/floating/c.png', bounds:bounds, complementary:9},
{name:'Legend Crown Border Cover', src:'/img/black.png', bounds:{x:0.0394, y:0.0277, width:0.9214, height:0.0177}},
{name:'Legend Crown Lower Cutout', src:'/img/black.png', bounds:{x:0.0734, y:0.1096, width:0.8532, height:0.0143}, erase:true},
{name:'Legend Crown Outline', src:'/img/frames/m15/crowns/m15CrownFloatingOutline.png', bounds:{x:0.028, y:0.0172, width:0.944, height:0.1062}}
];
//disables/enables the "Load Frame Version" button
document.querySelector('#loadFrameVersion').disabled = true;
//defines process for loading this version, if applicable
document.querySelector('#loadFrameVersion').onclick = null;
//loads available frames
loadFramePack();