mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
misc
This commit is contained in:
@@ -3,15 +3,15 @@
|
||||
var bounds = {x:0.0274, y:0.0191, width:0.9454, height:0.1667};
|
||||
//defines available frames
|
||||
availableFrames = [
|
||||
{name:'Legend Crown Border Cover', src:'/img/frames/modal/crowns/regular/cover.svg'},
|
||||
{name:'White Legend Crown', src:'/img/frames/modal/crowns/regular/w.png', bounds:bounds},
|
||||
{name:'Blue Legend Crown', src:'/img/frames/modal/crowns/regular/u.png', bounds:bounds},
|
||||
{name:'Black Legend Crown', src:'/img/frames/modal/crowns/regular/b.png', bounds:bounds},
|
||||
{name:'Red Legend Crown', src:'/img/frames/modal/crowns/regular/r.png', bounds:bounds},
|
||||
{name:'Green Legend Crown', src:'/img/frames/modal/crowns/regular/g.png', bounds:bounds},
|
||||
{name:'Multicolored Legend Crown', src:'/img/frames/modal/crowns/regular/m.png', bounds:bounds},
|
||||
{name:'Artifact Legend Crown', src:'/img/frames/modal/crowns/regular/a.png', bounds:bounds},
|
||||
{name:'Land Legend Crown', src:'/img/frames/modal/crowns/regular/l.png', bounds:bounds}
|
||||
{name:'White Legend Crown', src:'/img/frames/modal/crowns/regular/w.png', bounds:bounds, complementary:8},
|
||||
{name:'Blue Legend Crown', src:'/img/frames/modal/crowns/regular/u.png', bounds:bounds, complementary:8},
|
||||
{name:'Black Legend Crown', src:'/img/frames/modal/crowns/regular/b.png', bounds:bounds, complementary:8},
|
||||
{name:'Red Legend Crown', src:'/img/frames/modal/crowns/regular/r.png', bounds:bounds, complementary:8},
|
||||
{name:'Green Legend Crown', src:'/img/frames/modal/crowns/regular/g.png', bounds:bounds, complementary:8},
|
||||
{name:'Multicolored Legend Crown', src:'/img/frames/modal/crowns/regular/m.png', bounds:bounds, complementary:8},
|
||||
{name:'Artifact Legend Crown', src:'/img/frames/modal/crowns/regular/a.png', bounds:bounds, complementary:8},
|
||||
{name:'Land Legend Crown', src:'/img/frames/modal/crowns/regular/l.png', bounds:bounds, complementary:8},
|
||||
{name:'Legend Crown Border Cover', src:'/img/frames/modal/crowns/regular/cover.svg'}
|
||||
];
|
||||
//disables/enables the "Load Frame Version" button
|
||||
document.querySelector('#loadFrameVersion').disabled = true;
|
||||
|
Reference in New Issue
Block a user