Commit f938b569 authored by artfreakwiu's avatar artfreakwiu

Added script and mask to counters to allow for different colored frames.

parent 7bb1e4aa
...@@ -6,7 +6,7 @@ icon: card-sample.png ...@@ -6,7 +6,7 @@ icon: card-sample.png
position hint: 963 position hint: 963
installer group: magic/counter cards installer group: magic/counter cards
version: 2011-01-08 version: 2011-01-23
depends on: depends on:
package: magic.mse-game package: magic.mse-game
version: 2010-10-09 version: 2010-10-09
...@@ -77,6 +77,11 @@ styling field: ...@@ -77,6 +77,11 @@ styling field:
description: Should there be an overlay applied, such as foil? description: Should there be an overlay applied, such as foil?
match: magic-overlay-*.mse-include match: magic-overlay-*.mse-include
required: false required: false
styling field:
type: boolean
name: colored frame
description: Do you want to be able to change the color of the frame?
initial: no
styling style: styling style:
use guild mana symbols: use guild mana symbols:
choice images: choice images:
...@@ -206,6 +211,10 @@ extra card field: ...@@ -206,6 +211,10 @@ extra card field:
if card.illustrator != "" then forward_editor(prefix: "Illus. by ", field: card.illustrator) if card.illustrator != "" then forward_editor(prefix: "Illus. by ", field: card.illustrator)
else forward_editor(prefix: "", field: card.illustrator) else forward_editor(prefix: "", field: card.illustrator)
description: The illustrator of the card. description: The illustrator of the card.
extra card field:
type: color
name: frame color
save value: true
extra card style: extra card style:
foil layer: foil layer:
left: 0 left: 0
...@@ -240,3 +249,10 @@ extra card style: ...@@ -240,3 +249,10 @@ extra card style:
shadow displacement x: 0 shadow displacement x: 0
shadow displacement y: 0 shadow displacement y: 0
shadow blur: 2 shadow blur: 2
frame color:
left: 0
top: 0
width: { if styling.colored_frame=="yes" then 375 else 0 }
height: { if styling.colored_frame=="yes" then 523 else 0 }
z index: 1
mask: frame_mask.png
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