Commit 4ef26b44 authored by pichoro's avatar pichoro

Fixed image placement for magic-new and magic-planeshifted.

Better multicolor masks for magic-old and magic-old-split.
parent 232a90c2
...@@ -5,7 +5,7 @@ full name: After 8th edition ...@@ -5,7 +5,7 @@ full name: After 8th edition
icon: card-sample.png icon: card-sample.png
position hint: 001 position hint: 001
version: 2008-04-13 version: 2008-04-19
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2007-12-29 version: 2007-12-29
...@@ -221,9 +221,9 @@ card style: ...@@ -221,9 +221,9 @@ card style:
############################# Image ############################# Image
image: image:
left: 31 left: 32
top: 62 top: 62
width: 312 width: 311
height: { if styling.image_size == "extended" then 408 else 228 } height: { if styling.image_size == "extended" then 408 else 228 }
z index: 1 z index: 1
mask: mask:
......
...@@ -5,7 +5,7 @@ full name: Planar Chaos Timeshifts ...@@ -5,7 +5,7 @@ full name: Planar Chaos Timeshifts
icon: card-sample.png icon: card-sample.png
position hint: 011 position hint: 011
version: 2008-04-13 version: 2008-04-19
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2007-12-29 version: 2007-12-29
...@@ -189,9 +189,9 @@ card style: ...@@ -189,9 +189,9 @@ card style:
############################# Image ############################# Image
image: image:
left: 31 left: 32
top: 62 top: 62
width: 312 width: 311
height: { if styling.image_size == "extended" then 408 else 228 } height: { if styling.image_size == "extended" then 408 else 228 }
z index: 1 z index: 1
mask: mask:
......
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