mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 13:37:00 -04:00
Improvments to typeline fields in magic-new-flip, magic-new-promo, magic-old-token, magic-fpm, and magic-fpm-flip.
Improved image masks for magic-fpm-split, magic-fpm-promo, and magic-fpm-token. Modified <a> parameter and Champion keyword; now you can "Champion two Knights". git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@708 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -204,7 +204,7 @@ card style:
|
||||
type:
|
||||
left: 33
|
||||
top : 134
|
||||
width: 253
|
||||
width: { if card.pt !="" then 253 else 310 }
|
||||
height: 18
|
||||
alignment: top shrink-overflow
|
||||
z index: 1
|
||||
@@ -215,9 +215,9 @@ card style:
|
||||
separator color: rgb(128,128,128)
|
||||
|
||||
type 2:
|
||||
left: 86
|
||||
left: { if card.pt != "" then 86 else 34 }
|
||||
top : 353
|
||||
width: 256
|
||||
width: { if card.pt != "" then 256 else 308 }
|
||||
height: 18
|
||||
alignment: top shrink-overflow
|
||||
angle: 180
|
||||
|
||||
Reference in New Issue
Block a user