mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user