Commit 0afb280b authored by twanvl's avatar twanvl

X,Y,Z mana symbols are now separate images

parent 1710df85
...@@ -188,17 +188,27 @@ symbol: ...@@ -188,17 +188,27 @@ symbol:
symbol: symbol:
code: S code: S
image: mana_s.png image: mana_s.png
as text: [X-Z]|[0-9]+(?!/) symbol:
code: X
image: mana_x.png
symbol:
code: Y
image: mana_y.png
symbol:
code: Z
image: mana_z.png
as text: [0-9]+(?!/)
text font: text font:
name: MPlantin name: MPlantin
size: 1 size: 1
color: rgb(0,0,0) color: rgb(0,0,0)
max stretch: 0.5 max stretch: 0.5
text margin left: .28 text margin left: .28
text margin right: .2 text margin right: .20
text margin top: -.12 text margin top: -.15
text margin bottom: -.06 text margin bottom: -.06
############################################################## ##############################################################
# Insert-symbol menu # Insert-symbol menu
insert symbol menu: insert symbol menu:
......
...@@ -195,6 +195,15 @@ symbol: ...@@ -195,6 +195,15 @@ symbol:
symbol: symbol:
code: S code: S
image: mana_s.png image: mana_s.png
symbol:
code: X
image: mana_x.png
symbol:
code: Y
image: mana_y.png
symbol:
code: Z
image: mana_z.png
as text: .|[0-9]+(?!/) as text: .|[0-9]+(?!/)
text font: text font:
name: MPlantin name: MPlantin
...@@ -203,8 +212,8 @@ text font: ...@@ -203,8 +212,8 @@ text font:
max stretch: 0.5 max stretch: 0.5
text margin left: .26 text margin left: .26
text margin right: .2 text margin right: .2
text margin top: -.12 text margin top: -.14
text margin bottom: -.12 text margin bottom: -.14
############################################################## ##############################################################
# Insert-symbol menu # Insert-symbol menu
......
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