mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 13:37:00 -04:00
Made a change to casting costs in all new Magic styles. They're still not perfect, but closer.
Corrected a mistake in extended image styling for magic-new and magic-planeshifted. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@763 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.5 KiB |
@@ -195,7 +195,7 @@ card style:
|
||||
color: rgb(0,0,0)
|
||||
casting cost:
|
||||
right: 343
|
||||
top : 30
|
||||
top : 32
|
||||
width: { max(30, card_style.casting_cost.content_width) + 5 }
|
||||
height: 23
|
||||
alignment: bottom right
|
||||
@@ -205,7 +205,7 @@ card style:
|
||||
symbol font:
|
||||
name: magic-mana-large
|
||||
size: 15
|
||||
alignment: bottom right
|
||||
alignment: middle right
|
||||
always symbol: true
|
||||
z index: 2
|
||||
padding top: 0
|
||||
@@ -220,9 +220,9 @@ card style:
|
||||
|
||||
############################# Image
|
||||
image:
|
||||
left: 32
|
||||
left: 31
|
||||
top: 62
|
||||
width: 311
|
||||
width: 312
|
||||
height: { if styling.image_size == "extended" then 408 else 228 }
|
||||
z index: 1
|
||||
mask:
|
||||
|
||||
Reference in New Issue
Block a user