Added new kind of multicolor gradient to old styles. (a la artfreakwiu)

Added option to old style to use all common rarity symbols (like before Exodus).
Cleaned up fix for horizontal hybrid textboxes and typelines.
Automatic paintbrushes for magic-textless, magic-new-token, futureshifts, and all FPM styles.
Removed paintbrush font and all associated scripts.
Newly failed attempt at making different colored colorless symbols in magic-mana-future work.
Non-mana costs work for Suspend and Forecast.
Guild mana for magic-mana-future.
Fixed problem relating to name alignment in magic-new-token.
Updated image mask and artifact masks for magic-futureshift.
Started alterations to font colors in magic-futureshift.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@611 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
pichoro
2007-08-15 07:37:34 +00:00
parent 81dc4329fe
commit 85ce07e53f
52 changed files with 617 additions and 334 deletions
+21 -6
View File
@@ -36,6 +36,8 @@ init script:
}
# Use guild mana symbols?
guild_mana := { styling.use_guild_mana_symbols }
paintbrush_color := { if font_white() then "white" else "black" }
############################################################## Extra style options
@@ -180,18 +182,15 @@ card style:
############################# Copyright stuff
illustrator:
left: 23
left: 54
top : 477
width: 250
width: 219
height: 16
z index: 1
font:
name: Matrix
size: 10
color: { font_color(card.card_color) }
symbol font:
name: magic-paintbrush
size: 10
copyright line:
left: 26
@@ -211,7 +210,13 @@ extra card field:
name: pt box
script: card.card_color
editable: false
extra card field:
type: choice
name: paintbrush
script: paintbrush_color(card.card_color)
editable: false
choice: black
choice: white
extra card style:
pt box:
left: 277
@@ -223,3 +228,13 @@ extra card style:
render style: image
mask: mask_pt.png
image: { card_ptbox() }
paintbrush:
left: 23
top : 480
width: 30
height: 11
z index: 1
render style: image
choice images:
black: paintbrush.png
white: paintbrush_w.png