mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
Update extended art frames
This commit is contained in:

committed by
Josh birnholz

parent
4e89b6c5a1
commit
e1285a0812
BIN
img/frames/extended/shorter/titleCutout.png
Normal file
BIN
img/frames/extended/shorter/titleCutout.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
img/frames/extended/shorter/titleCutoutThumb.png
Normal file
BIN
img/frames/extended/shorter/titleCutoutThumb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
@@ -1142,12 +1142,21 @@ function makeExtendedArtFrameByLetter(letter, mask = false, maskToRightHalf = fa
|
|||||||
|
|
||||||
if (mask) {
|
if (mask) {
|
||||||
if (mask == 'Title Cutout') {
|
if (mask == 'Title Cutout') {
|
||||||
frame.masks = [
|
if (short) {
|
||||||
{
|
frame.masks = [
|
||||||
'src': '/img/frames/m15/boxTopper/m15BoxTopperTitleCutout.png',
|
{
|
||||||
'name': 'Title Cutout'
|
'src': '/img/frames/extended/shorter/titleCutout.png',
|
||||||
}
|
'name': 'Title Cutout'
|
||||||
]
|
}
|
||||||
|
]
|
||||||
|
} else {
|
||||||
|
frame.masks = [
|
||||||
|
{
|
||||||
|
'src': '/img/frames/m15/boxTopper/m15BoxTopperTitleCutout.png',
|
||||||
|
'name': 'Title Cutout'
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
} else if (short && ['Frame', 'Rules', 'Type', 'Pinline'].includes(mask)) {
|
} else if (short && ['Frame', 'Rules', 'Type', 'Pinline'].includes(mask)) {
|
||||||
frame.masks = [
|
frame.masks = [
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user