mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-13 05:57:00 -04:00
Adjustments to magic-new-planeswalker.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@876 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -159,7 +159,7 @@ card style:
|
|||||||
############################# Name line
|
############################# Name line
|
||||||
name:
|
name:
|
||||||
left: { if card.card_symbol=="none" then 32 else 51 }
|
left: { if card.card_symbol=="none" then 32 else 51 }
|
||||||
top : 24
|
top : 22
|
||||||
right: { 339 - card_style.casting_cost.content_width }
|
right: { 339 - card_style.casting_cost.content_width }
|
||||||
height: 23
|
height: 23
|
||||||
alignment: bottom shrink-overflow
|
alignment: bottom shrink-overflow
|
||||||
@@ -204,9 +204,9 @@ card style:
|
|||||||
############################# Card type
|
############################# Card type
|
||||||
|
|
||||||
type:
|
type:
|
||||||
left: 37
|
left: 36
|
||||||
top : 307
|
top : 307
|
||||||
width: { 306 - max(22,card_style.rarity.content_width) }
|
width: { 304 - max(22,card_style.rarity.content_width) }
|
||||||
height: 20
|
height: 20
|
||||||
alignment: top shrink-overflow
|
alignment: top shrink-overflow
|
||||||
z index: 2
|
z index: 2
|
||||||
@@ -220,8 +220,8 @@ card style:
|
|||||||
rarity:
|
rarity:
|
||||||
right: 342
|
right: 342
|
||||||
top : 308
|
top : 308
|
||||||
width: 44
|
width: 42
|
||||||
height: 22
|
height: 21
|
||||||
z index: 1
|
z index: 1
|
||||||
render style: image
|
render style: image
|
||||||
alignment: middle right
|
alignment: middle right
|
||||||
|
|||||||
Reference in New Issue
Block a user