Update extended art frames

This commit is contained in:
Josh Birnholz
2022-11-28 20:08:49 -05:00
committed by Josh birnholz
parent 4e89b6c5a1
commit e1285a0812
3 changed files with 15 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -1142,12 +1142,21 @@ function makeExtendedArtFrameByLetter(letter, mask = false, maskToRightHalf = fa
if (mask) {
if (mask == '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 = [
{