Commit 02758711 authored by pichoro's avatar pichoro

Made a change to casting costs in all new Magic styles. They're still not perfect, but closer.

Corrected a mistake in extended image styling for magic-new and magic-planeshifted.
parent b61f4bc2
......@@ -155,14 +155,14 @@ card style:
color: rgb(0,0,0)
casting cost:
right: 343
top : 30
top : 32
width: { max(30, card_style.casting_cost.content_width) + 5 }
height: 23
alignment: middle right
symbol font:
name: magic-mana-large
size: 15
alignment: bottom right
alignment: middle right
always symbol: true
z index: 2
padding top: 0
......
......@@ -172,20 +172,20 @@ card style:
casting cost:
right: 343
top : 30
top : 33
width: { max(30, card_style.casting_cost.content_width) + 5 }
height: 23
alignment: bottom right
symbol font:
name: magic-mana-large
size: 15
alignment: bottom right
alignment: middle right
always symbol: true
z index: 2
padding top: 0
casting cost 2:
left: 32
top : 454
top : 450
width: { max(30, card_style.casting_cost_2.content_width) + 5 }
height: 23
alignment: bottom right
......@@ -193,7 +193,7 @@ card style:
symbol font:
name: magic-mana-large
size: 15
alignment: bottom right
alignment: middle right
always symbol: true
z index: 2
padding top: 0
......
......@@ -174,14 +174,14 @@ card style:
color: rgb(0,0,0)
casting cost:
right: 345
top : 23
top : 25
width: { max(30, card_style.casting_cost.content_width) + 5 }
height: 23
alignment: bottom right
symbol font:
name: magic-mana-large
size: 15
alignment: bottom right
alignment: middle right
always symbol: true
z index: 2
padding top: 0
......
......@@ -150,14 +150,14 @@ card style:
color: rgb(0,0,0)
casting cost:
right: 343
top : 30
top : 32
width: { max(30, card_style.casting_cost.content_width) + 5 }
height: 23
alignment: bottom right
symbol font:
name: magic-mana-large
size: 15
alignment: bottom right
alignment: middle right
always symbol: true
z index: 2
padding top: 0
......
......@@ -193,7 +193,7 @@ card style:
symbol font:
name: magic-mana-large
size: 12
alignment: bottom right
alignment: middle right
always symbol: true
z index: 2
padding top: 0
......@@ -207,7 +207,7 @@ card style:
symbol font:
name: magic-mana-large
size: 12
alignment: bottom right
alignment: middle right
always symbol: true
z index: 2
padding top: 0
......
......@@ -195,7 +195,7 @@ card style:
color: rgb(0,0,0)
casting cost:
right: 343
top : 30
top : 32
width: { max(30, card_style.casting_cost.content_width) + 5 }
height: 23
alignment: bottom right
......@@ -205,7 +205,7 @@ card style:
symbol font:
name: magic-mana-large
size: 15
alignment: bottom right
alignment: middle right
always symbol: true
z index: 2
padding top: 0
......@@ -220,9 +220,9 @@ card style:
############################# Image
image:
left: 32
left: 31
top: 62
width: 311
width: 312
height: { if styling.image_size == "extended" then 408 else 228 }
z index: 1
mask:
......
......@@ -162,14 +162,14 @@ card style:
shadow displacement y: 1
casting cost:
right: 343
top : 30
top : 33
width: { max(30, card_style.casting_cost.content_width) + 5 }
height: 23
alignment: bottom right
symbol font:
name: magic-mana-large
size: 15
alignment: bottom right
alignment: middle right
always symbol: true
z index: 2
padding top: 0
......@@ -184,9 +184,9 @@ card style:
############################# Image
image:
left: 32
left: 31
top: 62
width: 311
width: 312
height: { if styling.image_size == "extended" then 408 else 228 }
z index: 1
mask:
......
......@@ -143,14 +143,14 @@ card style:
color: rgb(0,0,0)
casting cost:
right: 343
top : 29
top : 30
width: { max(30, card_style.casting_cost.content_width) + 5 }
height: 23
alignment: bottom right
symbol font:
name: magic-mana-large
size: 15
alignment: bottom right
alignment: middle right
always symbol: true
z index: 2
padding top: 0
......
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