forked from GithubMirrors/cardconjurer
Add Dossier holo stamp
This commit is contained in:
BIN
img/frames/dossier/stamp.png
Normal file
BIN
img/frames/dossier/stamp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
BIN
img/frames/dossier/stampThumb.png
Normal file
BIN
img/frames/dossier/stampThumb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
@@ -17,7 +17,9 @@ availableFrames = [
|
|||||||
{name:'Black Legendary Crown', src:'/img/frames/dossier/crown/b.png', bounds: crownBounds},
|
{name:'Black Legendary Crown', src:'/img/frames/dossier/crown/b.png', bounds: crownBounds},
|
||||||
{name:'Red Legendary Crown', src:'/img/frames/dossier/crown/r.png', bounds: crownBounds},
|
{name:'Red Legendary Crown', src:'/img/frames/dossier/crown/r.png', bounds: crownBounds},
|
||||||
{name:'Green Legendary Crown', src:'/img/frames/dossier/crown/g.png', bounds: crownBounds},
|
{name:'Green Legendary Crown', src:'/img/frames/dossier/crown/g.png', bounds: crownBounds},
|
||||||
{name:'Artifact Legendary Crown', src:'/img/frames/dossier/crown/a.png', bounds: crownBounds}
|
{name:'Artifact Legendary Crown', src:'/img/frames/dossier/crown/a.png', bounds: crownBounds},
|
||||||
|
|
||||||
|
{name:'Holo Stamp', src:'/img/frames/dossier/stamp.png', bounds: {x:857/2010, y:2540/2814, width:295/2010, height:134/2814}}
|
||||||
];
|
];
|
||||||
//disables/enables the "Load Frame Version" button
|
//disables/enables the "Load Frame Version" button
|
||||||
document.querySelector('#loadFrameVersion').disabled = false;
|
document.querySelector('#loadFrameVersion').disabled = false;
|
||||||
|
Reference in New Issue
Block a user