mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-13 05:57:00 -04:00
fixed the errors in extended-art
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@297 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
Binary file not shown.
@@ -34,6 +34,8 @@ init script:
|
|||||||
else if styling.tap_symbol == "diagonal T" then "mana_t_older.png"
|
else if styling.tap_symbol == "diagonal T" then "mana_t_older.png"
|
||||||
else "mana_t.png"
|
else "mana_t.png"
|
||||||
}
|
}
|
||||||
|
# Use guild mana symbols?
|
||||||
|
guild_mana := { styling.use_guild_mana_symbols }
|
||||||
|
|
||||||
# Does the card have a color that requires a white font for copyright/artist?
|
# Does the card have a color that requires a white font for copyright/artist?
|
||||||
white_font_colors := filter_rule(match:"^(hybrid 2 color )?(hybrid 3 color [^/]*/[^/]*/ )?(hybrid vertical [^/]*/ )?(black|land|hybrid 4 color w/u/b/r)")
|
white_font_colors := filter_rule(match:"^(hybrid 2 color )?(hybrid 3 color [^/]*/[^/]*/ )?(hybrid vertical [^/]*/ )?(black|land|hybrid 4 color w/u/b/r)")
|
||||||
@@ -54,6 +56,11 @@ styling field:
|
|||||||
type: boolean
|
type: boolean
|
||||||
name: grey hybrid name
|
name: grey hybrid name
|
||||||
description: Use a grey background for the name and type line on hybrid cards. This is done on real cards.
|
description: Use a grey background for the name and type line on hybrid cards. This is done on real cards.
|
||||||
|
styling field:
|
||||||
|
type: boolean
|
||||||
|
name: use guild mana symbols
|
||||||
|
description: Use the Ravnica guild symbols instead of the official half/half circles for hybrid mana.
|
||||||
|
initial: no
|
||||||
styling field:
|
styling field:
|
||||||
type: boolean
|
type: boolean
|
||||||
name: popup mana symbols
|
name: popup mana symbols
|
||||||
@@ -194,10 +201,11 @@ card style:
|
|||||||
shadow displacement y: 2
|
shadow displacement y: 2
|
||||||
color: rgb(211,211,209)
|
color: rgb(211,211,209)
|
||||||
symbol font:
|
symbol font:
|
||||||
name: magic-mana-small
|
name:
|
||||||
# { if styling.popup_mana_symbols
|
script:
|
||||||
# then "magic-mana-large"
|
if styling.popup_mana_symbols
|
||||||
# else "magic-mana-small" }
|
then "magic-mana-large"
|
||||||
|
else "magic-mana-small"
|
||||||
size: 14
|
size: 14
|
||||||
alignment: middle left
|
alignment: middle left
|
||||||
z index: 2
|
z index: 2
|
||||||
|
|||||||
Reference in New Issue
Block a user