forked from GithubMirrors/cardconjurer
Add Double Feature holo stamps
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
var masks = [{src:'/img/frames/m15/regular/m15MaskPinline.png', name:'Pinline'}, {src:'/img/frames/m15/regular/m15MaskTitle.png', name:'Title'}, {src:'/img/frames/m15/regular/m15MaskType.png', name:'Type'}, {src:'/img/frames/m15/regular/m15MaskRules.png', name:'Rules'}, {src:'/img/frames/m15/regular/m15MaskFrame.png', name:'Frame'}, {src:'/img/frames/m15/regular/m15MaskBorder.png', name:'Border'}];
|
||||
var bounds = {x:1555/2010, y:2492/2814, width:353/2010, height:179/2814};
|
||||
var crownBounds = {x:0, y:0, width:1, height:341/2814};
|
||||
var stampBounds = {x:873/2010, y:2539/2814, width:264/2010, height:131/2814};
|
||||
//defines available frames
|
||||
availableFrames = [
|
||||
{name:'White Frame', src:'/img/frames/doubleFeature/w.png', masks:masks},
|
||||
@@ -36,7 +37,15 @@ availableFrames = [
|
||||
{name:'Green Legend Crown', src:'/img/frames/doubleFeature/crowns/g.png', bounds:crownBounds},
|
||||
{name:'Multicolored Legend Crown', src:'/img/frames/doubleFeature/crowns/m.png', bounds:crownBounds},
|
||||
{name:'Artifact Legend Crown', src:'/img/frames/doubleFeature/crowns/a.png', bounds:crownBounds},
|
||||
{name:'Land Legend Crown', src:'/img/frames/doubleFeature/crowns/l.png', bounds:crownBounds}
|
||||
{name:'Land Legend Crown', src:'/img/frames/doubleFeature/crowns/l.png', bounds:crownBounds},
|
||||
|
||||
{name:'Holo Stamp', src:'/img/frames/doubleFeature/stamps/stamp.png', bounds:stampBounds},
|
||||
{name:'White Land Holo Stamp', src:'/img/frames/doubleFeature/stamps/w.png', bounds:stampBounds},
|
||||
{name:'Blue Land Holo Stamp', src:'/img/frames/doubleFeature/stamps/u.png', bounds:stampBounds},
|
||||
{name:'Black Land Holo Stamp', src:'/img/frames/doubleFeature/stamps/b.png', bounds:stampBounds},
|
||||
{name:'Red Land Holo Stamp', src:'/img/frames/doubleFeature/stamps/r.png', bounds:stampBounds},
|
||||
{name:'Green Land Holo Stamp', src:'/img/frames/doubleFeature/stamps/g.png', bounds:stampBounds},
|
||||
{name:'Multicolored Land Holo Stamp', src:'/img/frames/doubleFeature/stamps/m.png', bounds:stampBounds}
|
||||
];
|
||||
//disables/enables the "Load Frame Version" button
|
||||
document.querySelector('#loadFrameVersion').disabled = false;
|
||||
|
Reference in New Issue
Block a user