Commit 51ba6e11 authored by twanvl's avatar twanvl

Name box now takes size of casting cost in account.

parent 8ac99b71
......@@ -150,7 +150,7 @@ card style:
name:
left: { if card.card_symbol=="none" then 32 else 51 }
top : 30
right: 278
right: { 341 - card_style.casting_cost.content_width }
height: 23
alignment: bottom shrink-overflow
padding bottom: 0
......@@ -161,9 +161,9 @@ card style:
weight: bold
color: rgb(0,0,0)
casting cost:
left: 280
right: 343
top : 30
width: 63
width: { max(30, card_style.casting_cost.content_width) + 5 }
height: 23
alignment: bottom right
symbol font:
......
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