Add Multicolored Enchanting Tales frame

This commit is contained in:
Josh birnholz
2023-10-03 20:01:03 -04:00
parent 317f0351be
commit 9eaeb4392f
10 changed files with 5 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 850 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 506 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -9,18 +9,21 @@ availableFrames = [
{name:'Black Frame', src:'/img/frames/enchantingTales/b.png', masks:masks}, {name:'Black Frame', src:'/img/frames/enchantingTales/b.png', masks:masks},
{name:'Red Frame', src:'/img/frames/enchantingTales/r.png', masks:masks}, {name:'Red Frame', src:'/img/frames/enchantingTales/r.png', masks:masks},
{name:'Green Frame', src:'/img/frames/enchantingTales/g.png', masks:masks}, {name:'Green Frame', src:'/img/frames/enchantingTales/g.png', masks:masks},
{name:'Multicolored Frame', src:'/img/frames/enchantingTales/m.png', masks:masks},
{name:'White Power/Toughness', src:'/img/frames/enchantingTales/pt/w.png', bounds: bounds}, {name:'White Power/Toughness', src:'/img/frames/enchantingTales/pt/w.png', bounds: bounds},
{name:'Blue Power/Toughness', src:'/img/frames/enchantingTales/pt/u.png', bounds: bounds}, {name:'Blue Power/Toughness', src:'/img/frames/enchantingTales/pt/u.png', bounds: bounds},
{name:'Black Power/Toughness', src:'/img/frames/enchantingTales/pt/b.png', bounds: bounds}, {name:'Black Power/Toughness', src:'/img/frames/enchantingTales/pt/b.png', bounds: bounds},
{name:'Red Power/Toughness', src:'/img/frames/enchantingTales/pt/r.png', bounds: bounds}, {name:'Red Power/Toughness', src:'/img/frames/enchantingTales/pt/r.png', bounds: bounds},
{name:'Green Power/Toughness', src:'/img/frames/enchantingTales/pt/g.png', bounds: bounds}, {name:'Green Power/Toughness', src:'/img/frames/enchantingTales/pt/g.png', bounds: bounds},
{name:'Multicolored Power/Toughness', src:'/img/frames/enchantingTales/pt/m.png', bounds: bounds},
{name:'White Holo Stamp', src:'/img/frames/enchantingTales/stamp/w.png', bounds: stampBounds}, {name:'White Holo Stamp', src:'/img/frames/enchantingTales/stamp/w.png', bounds: stampBounds},
{name:'Blue Holo Stamp', src:'/img/frames/enchantingTales/stamp/u.png', bounds: stampBounds}, {name:'Blue Holo Stamp', src:'/img/frames/enchantingTales/stamp/u.png', bounds: stampBounds},
{name:'Black Holo Stamp', src:'/img/frames/enchantingTales/stamp/b.png', bounds: stampBounds}, {name:'Black Holo Stamp', src:'/img/frames/enchantingTales/stamp/b.png', bounds: stampBounds},
{name:'Red Holo Stamp', src:'/img/frames/enchantingTales/stamp/r.png', bounds: stampBounds}, {name:'Red Holo Stamp', src:'/img/frames/enchantingTales/stamp/r.png', bounds: stampBounds},
{name:'Green Holo Stamp', src:'/img/frames/enchantingTales/stamp/g.png', bounds: stampBounds} {name:'Green Holo Stamp', src:'/img/frames/enchantingTales/stamp/g.png', bounds: stampBounds},
{name:'Multicolored Holo Stamp', src:'/img/frames/enchantingTales/stamp/m.png', bounds: stampBounds}
]; ];
//disables/enables the "Load Frame Version" button //disables/enables the "Load Frame Version" button
document.querySelector('#loadFrameVersion').disabled = false; document.querySelector('#loadFrameVersion').disabled = false;

View File

@@ -8,6 +8,7 @@ availableFrames = [
{name:'Black Extension', src:'/img/frames/enchantingTales/margin/b.png', bounds:bounds, ogBounds:ogBounds}, {name:'Black Extension', src:'/img/frames/enchantingTales/margin/b.png', bounds:bounds, ogBounds:ogBounds},
{name:'Red Extension', src:'/img/frames/enchantingTales/margin/r.png', bounds:bounds, ogBounds:ogBounds}, {name:'Red Extension', src:'/img/frames/enchantingTales/margin/r.png', bounds:bounds, ogBounds:ogBounds},
{name:'Green Extension', src:'/img/frames/enchantingTales/margin/g.png', bounds:bounds, ogBounds:ogBounds}, {name:'Green Extension', src:'/img/frames/enchantingTales/margin/g.png', bounds:bounds, ogBounds:ogBounds},
{name:'Multicolored Extension', src:'/img/frames/enchantingTales/margin/m.png', bounds:bounds, ogBounds:ogBounds},
]; ];
//disables/enables the "Load Frame Version" button //disables/enables the "Load Frame Version" button
document.querySelector('#loadFrameVersion').disabled = false; document.querySelector('#loadFrameVersion').disabled = false;