mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 21:47:00 -04:00
Updated VS-game for symbols that should be invisible at times but aren't (using artfreakwiu's version).
Removed vesigial icon.pngs from VS templates. Added 'smart' name and cost fields to magic-old and magic-old-split. Changed magic-embossedletters to allow "Faerie". git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@553 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -141,7 +141,7 @@ card style:
|
||||
name:
|
||||
left: 39
|
||||
top : 21
|
||||
width: 210
|
||||
right: { 300 - card_style.casting_cost.content_width }
|
||||
height: 22
|
||||
alignment: bottom shrink-overflow
|
||||
padding bottom: 0
|
||||
@@ -154,9 +154,9 @@ card style:
|
||||
shadow displacement x: 1
|
||||
shadow displacement y: 1
|
||||
casting cost:
|
||||
left: 250
|
||||
right: 304
|
||||
top : 21
|
||||
width: 54
|
||||
width: { max(30, card_style.casting_cost.content_width) + 5 }
|
||||
height: 22
|
||||
alignment: middle right
|
||||
symbol font:
|
||||
|
||||
Reference in New Issue
Block a user