clean up templates still using identity-new

This commit is contained in:
cajun
2024-09-24 04:57:13 -05:00
parent a8deaefbc2
commit c1b8069dfe
6 changed files with 11 additions and 15 deletions

View File

@@ -35,7 +35,7 @@ init script:
else "new"
}
template_prefix := [card: "" pt: "" stamp: "" identity: "/magic-identity-new.mse-include/"]
template_prefix := [card: "" pt: "" stamp: "" identity: "/magic-modules.mse-include/indicators/"]
template_suffix := [card: "card.jpg" pt: "pt.png", stamp: "stamp.jpg" 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] }