mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 13:21:41 -05:00
Add hammer meld DFC icon
This commit is contained in:

committed by
Josh birnholz

parent
a8cac7bb11
commit
cf7001dc2e
BIN
img/frames/m15/transform/icons/hammer.png
Normal file
BIN
img/frames/m15/transform/icons/hammer.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.4 KiB |
BIN
img/frames/m15/transform/icons/hammerThumb.png
Normal file
BIN
img/frames/m15/transform/icons/hammerThumb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.1 KiB |
@@ -12,7 +12,8 @@ availableFrames = [
|
|||||||
{name:'Planeswalker Spark', src:'/img/frames/m15/transform/icons/planeswalker.svg', bounds:bounds},
|
{name:'Planeswalker Spark', src:'/img/frames/m15/transform/icons/planeswalker.svg', bounds:bounds},
|
||||||
{name:'Lesson', src:'/img/frames/m15/transform/icons/lesson.svg', bounds:bounds},
|
{name:'Lesson', src:'/img/frames/m15/transform/icons/lesson.svg', bounds:bounds},
|
||||||
{name:'Closed Fan', src:'/img/frames/m15/transform/icons/fanClosed.svg', bounds:bounds},
|
{name:'Closed Fan', src:'/img/frames/m15/transform/icons/fanClosed.svg', bounds:bounds},
|
||||||
{name:'Open Fan', src:'/img/frames/m15/transform/icons/fanOpen.svg', bounds:bounds}
|
{name:'Open Fan', src:'/img/frames/m15/transform/icons/fanOpen.svg', bounds:bounds},
|
||||||
|
{name:'Hammer', src:'/img/frames/m15/transform/icons/hammer.png', bounds:bounds}
|
||||||
];
|
];
|
||||||
//disables/enables the "Load Frame Version" button
|
//disables/enables the "Load Frame Version" button
|
||||||
document.querySelector('#loadFrameVersion').disabled = true;
|
document.querySelector('#loadFrameVersion').disabled = true;
|
||||||
|
Reference in New Issue
Block a user