Fix various template warnings (#32)

- Missing :
- Deprecated =
- Not valid color name
- Must always return statement
This commit is contained in:
GenevensiS
2024-02-11 04:37:08 +01:00
committed by GitHub
parent 1ca8a98b3e
commit b7fb27fbb5
26 changed files with 141 additions and 143 deletions

View File

@@ -597,7 +597,7 @@ extra card style:
angle: 90
render style: image
image: {if styling.overlay == "" then nil else styling.overlay + "/overlay.png"}
paintbrush
paintbrush:
left: 25
top: 337
width: {if contains(styling.clear_side, match:"left") then 21 else 0}
@@ -607,7 +607,7 @@ extra card style:
choice images:
black: /magic-future-common.mse-include/paintbrush_black.png
white: /magic-future-common.mse-include/paintbrush_white.png
paintbrush 2
paintbrush 2:
left: 277
top: 337
width: {if contains(styling.clear_side, match:"right") then 21 else 0}