Repaired card field alignments in magic-new-promo and magic-fpm-split.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@702 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
pichoro
2007-09-15 05:06:02 +00:00
parent 5d3595a56a
commit 7390faa171
2 changed files with 16 additions and 16 deletions
@@ -247,9 +247,9 @@ card style:
############################# Card type
type:
left: 90.11
top : 220
top : 223
width: 152.38
height: 13.85
height: 10.85
alignment: top shrink-overflow
z index: 1
padding top: 2
@@ -260,9 +260,9 @@ card style:
separator color: rgb(128,128,128)
type 2:
left: 343.6
top : 220
top : 223
width: 152.38
height: 13.85
height: 10.85
alignment: top shrink-overflow
z index: 1
padding top: 2
+12 -12
View File
@@ -166,18 +166,10 @@ card style:
type:
left: 33
top : 317
top : 309
width: 286
height: 18
alignment:
script:
if (styling.center_text == "short text only" and
not contains(match:"\n", card.rule_text) and
card.flavor_text == "<i-flavor></i-flavor>" and
card_style.text.content_lines <= 2) or
styling.center_text == "always"
then "top center shrink-overflow"
else "top left shrink-overflow"
alignment: top shrink-overflow
z index: 1
font:
name: Matrix
@@ -191,7 +183,7 @@ card style:
############################# Text box
text:
left: 31
top : 328
top : 330
width: 311
height: 138
font:
@@ -210,7 +202,15 @@ card style:
then "magic-mana-large"
else "magic-mana-small"
size: 14
alignment: middle left
alignment:
script:
if (styling.center_text == "short text only" and
not contains(match:"\n", card.rule_text) and
card.flavor_text == "<i-flavor></i-flavor>" and
card_style.text.content_lines <= 2) or
styling.center_text == "always"
then "top center shrink-overflow"
else "top left shrink-overflow"
z index: 2
padding left: 4
padding top: 2