mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-13 14:07:01 -04:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user