Commit 22f57011 authored by twanvl's avatar twanvl

slash is not a mana symbol in the casting cost

parent d3742bc0
...@@ -188,7 +188,7 @@ symbol: ...@@ -188,7 +188,7 @@ symbol:
symbol: symbol:
code: S code: S
image: mana_s.png image: mana_s.png
as text: .|[0-9]+(?!/) as text: [X-Z]|[0-9]+(?!/)
text font: text font:
name: MPlantin name: MPlantin
size: 1 size: 1
......
...@@ -183,6 +183,9 @@ card style: ...@@ -183,6 +183,9 @@ card style:
width: { max(30, card_style.casting_cost.content_width) + 5 } width: { max(30, card_style.casting_cost.content_width) + 5 }
height: 23 height: 23
alignment: bottom right alignment: bottom right
font:
name: MPlantin
size: 15
symbol font: symbol font:
name: magic-mana-large name: magic-mana-large
size: 15 size: 15
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment