Commit df463eb0 authored by pichoro's avatar pichoro

Various minor field re-alignments to produce better images in magic-new-token.

parent 4268ff82
...@@ -144,7 +144,7 @@ card style: ...@@ -144,7 +144,7 @@ card style:
############################# Image ############################# Image
image: image:
left: 30 left: 30
top: { if text_shape() == 2 then 58 else 59 } top: { if text_shape() == 2 or text_shape() == 1 then 58 else 59 }
width: 315 width: 315
height: height:
{ if text_shape() == "0" then 366 { if text_shape() == "0" then 366
...@@ -198,8 +198,8 @@ card style: ...@@ -198,8 +198,8 @@ card style:
left: 31 left: 31
top: top:
{ if text_shape() == "0" then 300 { if text_shape() == "0" then 300
else if text_shape() == "1" then 444 else if text_shape() == "1" then 445
else 388 } else 388}
width: 311 width: 311
height: height:
{ if text_shape() == "1" then 22 { if text_shape() == "1" then 22
...@@ -208,7 +208,7 @@ card style: ...@@ -208,7 +208,7 @@ card style:
name: MPlantin name: MPlantin
italic name: MPlantin-Italic italic name: MPlantin-Italic
size: 15 size: 15
scale down to: 8 scale down to: 15
color: rgb(0,0,0) color: rgb(0,0,0)
symbol font: symbol font:
name: name:
......
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