Commit 62f528f8 authored by pichoro's avatar pichoro

Fixing another mistake in magic-new-planeswalker.

parent 8dac41c4
...@@ -6,7 +6,7 @@ installer group: magic/new style/planeswalkers ...@@ -6,7 +6,7 @@ installer group: magic/new style/planeswalkers
icon: card-sample.png icon: card-sample.png
position hint: 008 position hint: 008
version: 2009-07-07 version: 2009-07-08
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2008-06-02 version: 2008-06-02
...@@ -284,7 +284,7 @@ card style: ...@@ -284,7 +284,7 @@ card style:
include file: /magic-watermarks.mse-include/watermarks include file: /magic-watermarks.mse-include/watermarks
############################# Loyalty ############################# Loyalty
loyalty: loyalty:
z index: 3 z index: 7
left: 326 left: 326
top: 467 top: 467
width: 13.16 width: 13.16
...@@ -296,7 +296,7 @@ card style: ...@@ -296,7 +296,7 @@ card style:
weight: bold weight: bold
color: rgb(255,255,255) color: rgb(255,255,255)
loyalty cost 1: loyalty cost 1:
z index: 3 z index: 7
left: 32 left: 32
top: 342 top: 342
width: 13.16 width: 13.16
...@@ -308,7 +308,7 @@ card style: ...@@ -308,7 +308,7 @@ card style:
weight: bold weight: bold
color: rgb(255,255,255) color: rgb(255,255,255)
loyalty cost 2: loyalty cost 2:
z index: 3 z index: 7
left: 32 left: 32
top: 390 top: 390
width: 13.16 width: 13.16
...@@ -320,7 +320,7 @@ card style: ...@@ -320,7 +320,7 @@ card style:
weight: bold weight: bold
color: rgb(255,255,255) color: rgb(255,255,255)
loyalty cost 3: loyalty cost 3:
z index: 3 z index: 7
left: 32 left: 32
top: 436 top: 436
width: 13.16 width: 13.16
...@@ -427,7 +427,7 @@ extra card style: ...@@ -427,7 +427,7 @@ extra card style:
top: 465 top: 465
width: 60 width: 60
height: 38 height: 38
z index: 2 z index: 6
render style: image render style: image
visible: { card.loyalty !="" } visible: { card.loyalty !="" }
choice images: choice images:
...@@ -445,7 +445,7 @@ extra card style: ...@@ -445,7 +445,7 @@ extra card style:
top: 340 top: 340
width: 42 width: 42
height: 40 height: 40
z index: 2 z index: 6
render style: image render style: image
visible: { card.loyalty_cost_1 !="" } visible: { card.loyalty_cost_1 !="" }
choice images: choice images:
...@@ -457,7 +457,7 @@ extra card style: ...@@ -457,7 +457,7 @@ extra card style:
top: 388 top: 388
width: 42 width: 42
height: 40 height: 40
z index: 2 z index: 6
render style: image render style: image
visible: { card.loyalty_cost_2 !="" } visible: { card.loyalty_cost_2 !="" }
choice images: choice images:
...@@ -469,7 +469,7 @@ extra card style: ...@@ -469,7 +469,7 @@ extra card style:
top: 434 top: 434
width: 42 width: 42
height: 40 height: 40
z index: 2 z index: 6
render style: image render style: image
visible: { card.loyalty_cost_3 !="" } visible: { card.loyalty_cost_3 !="" }
choice images: choice images:
...@@ -481,7 +481,7 @@ extra card style: ...@@ -481,7 +481,7 @@ extra card style:
top: 354 top: 354
width: 5 width: 5
height: 10 height: 10
z index: 2 z index: 6
font: font:
name: MPlantin name: MPlantin
size: 15 size: 15
...@@ -494,7 +494,7 @@ extra card style: ...@@ -494,7 +494,7 @@ extra card style:
top: 402 top: 402
width: 5 width: 5
height: 10 height: 10
z index: 2 z index: 6
font: font:
name: MPlantin name: MPlantin
size: 15 size: 15
...@@ -507,7 +507,7 @@ extra card style: ...@@ -507,7 +507,7 @@ extra card style:
top: 448 top: 448
width: 5 width: 5
height: 10 height: 10
z index: 2 z index: 6
font: font:
name: MPlantin name: MPlantin
size: 15 size: 15
......
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