Remove monocolor blend masks from showcases (#137)

This commit is contained in:
GenevensiS
2025-05-14 03:25:14 +02:00
committed by GitHub
parent bc2ef83ae3
commit 55dd4a339b
455 changed files with 196 additions and 171 deletions

View File

@@ -90,6 +90,11 @@ init script:
# output
#}@(face:1)
template_prefix := [ identity: "/magic-modules.mse-include/indicators/" ]
template_suffix := [ identity: "identity.png" ]
template := { template_prefix[type] + input + template_suffix[type] }
land_template := { template_prefix[type] + ( if input == "a" then "c" else input) + "l" + template_suffix[type] }
is_promo := { styling.promo }
is_unsorted := { styling.remove_from_autocount }