From e35d40f658690d43a5e0786ddd8b081f2a43bf75 Mon Sep 17 00:00:00 2001 From: cajun <12363371+CajunAvenger@users.noreply.github.com> Date: Sun, 5 Jan 2025 22:28:11 -0600 Subject: [PATCH] Update new-blends --- data/magic-blends.mse-include/new-blends | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/magic-blends.mse-include/new-blends b/data/magic-blends.mse-include/new-blends index dc67b0f70..91e84b735 100644 --- a/data/magic-blends.mse-include/new-blends +++ b/data/magic-blends.mse-include/new-blends @@ -1099,6 +1099,7 @@ set_watermark_blend := { ) ) } +spotlight_folder := { watermark_include + "/spotlight/" } spotlight_watermark_blend := { 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) c1 := wmc.0 + (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) c2 := crop(wmdir+c2, height:h, width:l, offset_x:0, offset_y:0)