clean up templates still using identity-new
This commit is contained in:
@@ -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] }
|
||||
|
||||
Reference in New Issue
Block a user