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
@@ -1142,12 +1142,21 @@ function makeExtendedArtFrameByLetter(letter, mask = false, maskToRightHalf = fa
|
||||
|
||||
if (mask) {
|
||||
if (mask == 'Title Cutout') {
|
||||
frame.masks = [
|
||||
{
|
||||
'src': '/img/frames/m15/boxTopper/m15BoxTopperTitleCutout.png',
|
||||
'name': 'Title Cutout'
|
||||
}
|
||||
]
|
||||
if (short) {
|
||||
frame.masks = [
|
||||
{
|
||||
'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)) {
|
||||
frame.masks = [
|
||||
{
|
||||
|
Reference in New Issue
Block a user