Fix typo for multicolored compleated planeswalker holo stamp

This commit is contained in:
Josh birnholz
2023-02-10 01:03:53 -05:00
parent 316e605fa4
commit b39788f1d5

View File

@@ -14,7 +14,7 @@ availableFrames = [
{name:'Black Holo Stamp', src:'/img/frames/planeswalker/compleated/holo/b.png', bounds: bounds}, {name:'Black Holo Stamp', src:'/img/frames/planeswalker/compleated/holo/b.png', bounds: bounds},
{name:'Red Holo Stamp', src:'/img/frames/planeswalker/compleated/holo/r.png', bounds: bounds}, {name:'Red Holo Stamp', src:'/img/frames/planeswalker/compleated/holo/r.png', bounds: bounds},
{name:'Green Holo Stamp', src:'/img/frames/planeswalker/compleated/holo/g.png', bounds: bounds}, {name:'Green Holo Stamp', src:'/img/frames/planeswalker/compleated/holo/g.png', bounds: bounds},
{name:'Multicolored Holo Stamp', src:'/img/frames/planeswalker/compleated/holo/mm.png', bounds: bounds}, {name:'Multicolored Holo Stamp', src:'/img/frames/planeswalker/compleated/holo/m.png', bounds: bounds},
]; ];
//disables/enables the "Load Frame Version" button //disables/enables the "Load Frame Version" button
document.querySelector('#loadFrameVersion').disabled = false; document.querySelector('#loadFrameVersion').disabled = false;
@@ -23,7 +23,7 @@ document.querySelector('#loadFrameVersion').onclick = async function() {
//resets things so that every frame doesn't have to //resets things so that every frame doesn't have to
await resetCardIrregularities(); await resetCardIrregularities();
//sets card version //sets card version
card.version = 'planeswalkerTall'; card.version = 'planeswalkerCompleated';
card.onload = '/js/frames/versionPlaneswalker.js'; card.onload = '/js/frames/versionPlaneswalker.js';
loadScript('/js/frames/versionPlaneswalker.js'); loadScript('/js/frames/versionPlaneswalker.js');
//art bounds //art bounds