Update new-blends

This commit is contained in:
cajun
2025-01-05 22:28:11 -06:00
parent 13360c8ba8
commit e35d40f658

View File

@@ -1099,6 +1099,7 @@ set_watermark_blend := {
) )
) )
} }
spotlight_folder := { watermark_include + "/spotlight/" }
spotlight_watermark_blend := { spotlight_watermark_blend := {
face := [1:card.card_color, 2:card.card_color_2, 3:card.card_color_3][face] face := [1:card.card_color, 2:card.card_color_2, 3:card.card_color_3][face]
@@ -1108,7 +1109,7 @@ spotlight_watermark_blend := {
wmc := watermark_colors(face:face) wmc := watermark_colors(face:face)
c1 := wmc.0 + (if contains(face, match:"land") then "l") + "spotlight.png" c1 := wmc.0 + (if contains(face, match:"land") then "l") + "spotlight.png"
c2 := wmc.1 + (if contains(face, match:"land") then "l") + "spotlight.png" c2 := wmc.1 + (if contains(face, match:"land") then "l") + "spotlight.png"
wmdir := watermark_include + "/spotlight/" wmdir := spotlight_folder()
c1 := crop(wmdir+c1, height:h, width:l, offset_x:0, offset_y:0) c1 := crop(wmdir+c1, height:h, width:l, offset_x:0, offset_y:0)
c2 := crop(wmdir+c2, height:h, width:l, offset_x:0, offset_y:0) c2 := crop(wmdir+c2, height:h, width:l, offset_x:0, offset_y:0)