This commit is contained in:
Kyle
2022-06-02 09:16:21 -07:00
parent 525b8c8a25
commit 3e9ddd1a85
3 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -4,7 +4,8 @@
availableFrames = [ availableFrames = [
{name:'Frame', src:'/img/frames/dndSourcebook/frame.png'}, {name:'Frame', src:'/img/frames/dndSourcebook/frame.png'},
{name:'Power/Toughness', src:'/img/frames/dndSourcebook/pt.png', bounds:{x:0.774, y:0.8862, width:0.1734, height:0.0629}}, {name:'Power/Toughness', src:'/img/frames/dndSourcebook/pt.png', bounds:{x:0.774, y:0.8862, width:0.1734, height:0.0629}},
{name:'Legend Crown', src:'/img/frames/dndSourcebook/crown.png', bounds:{x:0, y:0, width:1, height:0.1162}} {name:'Legend Crown', src:'/img/frames/dndSourcebook/crown.png', bounds:{x:0, y:0, width:1, height:0.1162}},
{name:'Holo Stamp', src:'/img/frames/dndSourcebook/holo.png', bounds:{x:0.438, y:0.9129, width:0.124, height:0.0372}},
]; ];
//disables/enables the "Load Frame Version" button //disables/enables the "Load Frame Version" button
document.querySelector('#loadFrameVersion').disabled = false; document.querySelector('#loadFrameVersion').disabled = false;