Commit 0afb280b authored by twanvl's avatar twanvl

X,Y,Z mana symbols are now separate images

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