Add Ravnica holo stamp

This commit is contained in:
Josh birnholz
2023-04-02 22:18:18 -04:00
parent bdc377ba57
commit 743b580d96
3 changed files with 3 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -30,7 +30,9 @@ availableFrames = [
{name:'Green Crown', src:'/img/frames/ravnica/crowns/g.png', bounds:crownBounds}, {name:'Green Crown', src:'/img/frames/ravnica/crowns/g.png', bounds:crownBounds},
{name:'Multicolored Crown', src:'/img/frames/ravnica/crowns/m.png', bounds:crownBounds}, {name:'Multicolored Crown', src:'/img/frames/ravnica/crowns/m.png', bounds:crownBounds},
{name:'Artifact Crown', src:'/img/frames/ravnica/crowns/a.png', bounds:crownBounds}, {name:'Artifact Crown', src:'/img/frames/ravnica/crowns/a.png', bounds:crownBounds},
{name:'Colorless Crown', src:'/img/frames/ravnica/crowns/c.png', bounds:crownBounds} {name:'Colorless Crown', src:'/img/frames/ravnica/crowns/c.png', bounds:crownBounds},
{name:'Holo Stamp', src:'/img/frames/ravnica/stamp.png', bounds:{x:656/1500, y:1886/2100, width:187/1500, height:96/2100}}
]; ];
//disables/enables the "Load Frame Version" button //disables/enables the "Load Frame Version" button
document.querySelector('#loadFrameVersion').disabled = false; document.querySelector('#loadFrameVersion').disabled = false;