Commit 957fda1b authored by pichoro's avatar pichoro

Adjustments to magic-new-planeswalker.

parent f83e082a
...@@ -159,7 +159,7 @@ card style: ...@@ -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: ...@@ -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: ...@@ -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
......
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