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

View File

@@ -8,6 +8,7 @@ availableFrames = [
{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:'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
document.querySelector('#loadFrameVersion').disabled = false;