mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-13 05:57:00 -04:00
Fixed some problems with magic-extended-art.
Added infinity mana symbol. Added insert symbol menus to all symbol fonts that were lacking them. Updated font color choice for fpm promo to improve readability. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@765 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -39,8 +39,8 @@ init script:
|
||||
then "oa"
|
||||
else input
|
||||
}
|
||||
template := { (if type == "pt" then "/magic-new.mse-style/" else "") + artifact_template() + "{type}.jpg" }
|
||||
land_template := { (if type == "pt" then "/magic-new.mse-style/" else "") +(if input == "a" then "c" else input) + "l{type}.jpg" }
|
||||
template := { artifact_template() + "{type}.jpg" }
|
||||
land_template := { (if input == "a" then "c" else input) + "l{type}.jpg" }
|
||||
|
||||
# Use the normal tap symbol
|
||||
mana_t := {
|
||||
@@ -188,7 +188,7 @@ card style:
|
||||
|
||||
type:
|
||||
left: 33
|
||||
top : 445
|
||||
top : 447
|
||||
width: { 308 - max(22,card_style.rarity.content_width) }
|
||||
height: 18
|
||||
alignment: top shrink-overflow
|
||||
|
||||
Reference in New Issue
Block a user