mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Various minor field re-alignments to produce better images in magic-new-token.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@555 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -144,7 +144,7 @@ card style:
|
||||
############################# Image
|
||||
image:
|
||||
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
|
||||
height:
|
||||
{ if text_shape() == "0" then 366
|
||||
@@ -198,8 +198,8 @@ card style:
|
||||
left: 31
|
||||
top:
|
||||
{ if text_shape() == "0" then 300
|
||||
else if text_shape() == "1" then 444
|
||||
else 388 }
|
||||
else if text_shape() == "1" then 445
|
||||
else 388}
|
||||
width: 311
|
||||
height:
|
||||
{ if text_shape() == "1" then 22
|
||||
@@ -208,7 +208,7 @@ card style:
|
||||
name: MPlantin
|
||||
italic name: MPlantin-Italic
|
||||
size: 15
|
||||
scale down to: 8
|
||||
scale down to: 15
|
||||
color: rgb(0,0,0)
|
||||
symbol font:
|
||||
name:
|
||||
|
||||
Reference in New Issue
Block a user