diff --git a/img/frames/dndSourcebook/crown.png b/img/frames/dndSourcebook/crown.png new file mode 100644 index 00000000..456df2cc Binary files /dev/null and b/img/frames/dndSourcebook/crown.png differ diff --git a/img/frames/dndSourcebook/crownThumb.png b/img/frames/dndSourcebook/crownThumb.png new file mode 100644 index 00000000..3f070c27 Binary files /dev/null and b/img/frames/dndSourcebook/crownThumb.png differ diff --git a/js/frames/packDNDSourcebook.js b/js/frames/packDNDSourcebook.js index f8292a59..b16e6796 100644 --- a/js/frames/packDNDSourcebook.js +++ b/js/frames/packDNDSourcebook.js @@ -3,7 +3,8 @@ //defines available frames availableFrames = [ {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}} ]; //disables/enables the "Load Frame Version" button document.querySelector('#loadFrameVersion').disabled = false;