Remove monocolor blend masks from showcases (#137)
|
Before Width: | Height: | Size: 189 B |
|
Before Width: | Height: | Size: 189 B |
|
Before Width: | Height: | Size: 189 B |
|
Before Width: | Height: | Size: 189 B |
|
Before Width: | Height: | Size: 189 B |
|
Before Width: | Height: | Size: 189 B |
|
Before Width: | Height: | Size: 189 B |
|
Before Width: | Height: | Size: 189 B |
|
Before Width: | Height: | Size: 189 B |
|
Before Width: | Height: | Size: 189 B |
|
Before Width: | Height: | Size: 189 B |
|
Before Width: | Height: | Size: 189 B |
@@ -165,10 +165,10 @@ init script:
|
||||
else template_prefix[type] + input + template_suffix[type]
|
||||
}
|
||||
|
||||
card_background := { color_background(input: card.card_color, type: "card", base_hybrid: card_hybrid) }@(offset:0)
|
||||
card_loyaltybox := { color_background(input: card.card_color, type: "loyalty", base_hybrid: card_hybrid) }@(offset:0)
|
||||
card_stamprim := { color_background(input: card.card_color, type: "stamprim", base_hybrid: card_hybrid) }@(offset:0)
|
||||
card_logo := { color_background(input: card.card_color, type: "logo", base_hybrid: card_hybrid) }@(offset:0)
|
||||
card_background := { color_background(input: card.card_color, type: "card", base_hybrid: card_hybrid, hybrid_blend: "white", artifact_blend: "white", multicolor_blend: "black") }
|
||||
card_loyaltybox := { color_background(input: card.card_color, type: "loyalty", base_hybrid: card_hybrid, hybrid_blend: "white", artifact_blend: "white", multicolor_blend: "black") }
|
||||
card_stamprim := { color_background(input: card.card_color, type: "stamprim", base_hybrid: card_hybrid, hybrid_blend: "white", artifact_blend: "white", multicolor_blend: "black") }
|
||||
card_logo := { color_background(input: card.card_color, type: "logo", base_hybrid: card_hybrid, hybrid_blend: "white", artifact_blend: "white", multicolor_blend: "black") }
|
||||
|
||||
is_promo := { styling.promo }
|
||||
|
||||
|
||||