fix indicators
This commit is contained in:
@@ -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] }
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user