mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-13 05:57:00 -04:00
Fixed Tap Symbol Styling error - only new Tap symbol was appearing.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@701 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -30,9 +30,9 @@ init script:
|
|||||||
|
|
||||||
# Use the normal tap symbol
|
# Use the normal tap symbol
|
||||||
mana_t := {
|
mana_t := {
|
||||||
if styling.tap_symbol == "old" then "mana_t_old.png"
|
if styling.tap_symbol == "old" then "old"
|
||||||
else if styling.tap_symbol == "diagonal T" then "mana_t_older.png"
|
else if styling.tap_symbol == "diagonal T" then "older"
|
||||||
else "mana_t.png"
|
else "new"
|
||||||
}
|
}
|
||||||
# Use guild mana symbols?
|
# Use guild mana symbols?
|
||||||
guild_mana := { styling.use_guild_mana_symbols }
|
guild_mana := { styling.use_guild_mana_symbols }
|
||||||
|
|||||||
Reference in New Issue
Block a user