forked from GithubMirrors/cardconjurer
✨ Add a special mask for multicolor adventures. (#27)
This commit is contained in:
BIN
img/frames/adventure/regular/bookLeftMulticolor.png
Normal file
BIN
img/frames/adventure/regular/bookLeftMulticolor.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 400 KiB |
BIN
img/frames/adventure/regular/bookLeftMulticolorThumb.png
Normal file
BIN
img/frames/adventure/regular/bookLeftMulticolorThumb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
@@ -1,5 +1,5 @@
|
||||
//Create objects for common properties across available frames
|
||||
var masks = [{src:'/img/frames/adventure/regular/pinline.svg', name:'Pinline'}, {src:'/img/frames/m15/regular/m15MaskTitle.png', name:'Title'}, {src:'/img/frames/m15/regular/m15MaskType.png', name:'Type'}, {src:'/img/frames/adventure/regular/book.svg', name:'Rules'}, {src:'/img/frames/adventure/regular/bookLeft.png', name:'Rules (Left)'}, {src:'/img/frames/adventure/regular/bookRight.png', name:'Rules (Right)'}];
|
||||
var masks = [{src:'/img/frames/adventure/regular/pinline.svg', name:'Pinline'}, {src:'/img/frames/m15/regular/m15MaskTitle.png', name:'Title'}, {src:'/img/frames/m15/regular/m15MaskType.png', name:'Type'}, {src:'/img/frames/adventure/regular/book.svg', name:'Rules'}, {src:'/img/frames/adventure/regular/bookLeft.png', name:'Rules (Left)'}, {src:'/img/frames/adventure/regular/bookLeftMulticolor.png', name:'Rules (Left, Multicolor)'}, {src:'/img/frames/adventure/regular/bookRight.png', name:'Rules (Right)'}];
|
||||
var bounds = {x:0.7573, y:0.8848, width:0.188, height:0.0733};
|
||||
//defines available frames
|
||||
availableFrames = [
|
||||
|
Reference in New Issue
Block a user