mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
dnd sourcebook custom crown
This commit is contained in:
BIN
img/frames/dndSourcebook/crown.png
Normal file
BIN
img/frames/dndSourcebook/crown.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 378 KiB |
BIN
img/frames/dndSourcebook/crownThumb.png
Normal file
BIN
img/frames/dndSourcebook/crownThumb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.7 KiB |
@@ -3,7 +3,8 @@
|
|||||||
//defines available frames
|
//defines available frames
|
||||||
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}}
|
||||||
];
|
];
|
||||||
//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