Fixed a Print Size error in Yu-gi-oh.

Monocolor artifacts now sort correctly.
Fixed dark/light artifacts in Magic-new-split.
Removed dark/light artifacts from Magic-new-textless. (we have no dark artifact frame)
Fixed dark/light artifacts in Magic-new-token. (the file names were reversed)
Polished Magic and Vanguard keywords.
Added required hybrid_blend_card pngs to magic-new-token. (to make grey typeline masking work)

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@513 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
pichoro
2007-07-06 21:48:45 +00:00
parent 6e17e7d31f
commit 44cef9792a
20 changed files with 46 additions and 46 deletions
+5 -2
View File
@@ -23,9 +23,12 @@ init script:
# Which artifact template should be used?
artifact_template := {
if styling.darker_artifacts then "a" else "oa"
if input == "a" and not styling.darker_artifacts
then "oa"
else input
}
template := { artifact_template() + "{type}.jpg" }
# Use the normal tap symbol
mana_t := {
if styling.tap_symbol == "old" then "old"