fix indicators

This commit is contained in:
cajun
2024-05-26 04:31:57 -05:00
parent c96226fa40
commit c415260f5e
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ init script:
) )
else input else input
} }
template_prefix := [card:"" identity: "/magic-modules.mse-include/identity/"] template_prefix := [card:"" identity: "/magic-modules.mse-include/indicators/"]
template_suffix := [card:"card.png" identity: "identity.png"] template_suffix := [card:"card.png" identity: "identity.png"]
template := { template_prefix[type] + input + template_suffix[type] } template := { template_prefix[type] + input + template_suffix[type] }
land_template := { template_prefix[type] + input + template_suffix[type] } land_template := { template_prefix[type] + input + template_suffix[type] }

View File

@@ -50,7 +50,7 @@ init script:
textbox: "textbox/", textbox: "textbox/",
stamp: "stamp/", stamp: "stamp/",
triangle_stamp: "triangle/", triangle_stamp: "triangle/",
identity: "/magic-modules.mse-include/identity" identity: "/magic-modules.mse-include/indicators/"
] ]
template_suffix := [ template_suffix := [
card: "card.png", card: "card.png",