mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 13:17:00 -04:00
Keyword polish.
Adjusted borders of rarities slightly. Fixed a bug relating to shrinking mana costs in magic-future-textless. Added option to left align artist and copyright in magic-old styles, as seen in Tempest. Changed all magic-new, magic-future, and magic-planeshifted styles to use ModMatrix for p/t, increased font size 1 point, raised p/t 1 pixel, added "shrink-overflow". git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@829 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -11,7 +11,7 @@ full name: Before 8th edition
|
||||
icon: card-sample.png
|
||||
position hint: 101
|
||||
|
||||
version: 2007-12-30
|
||||
version: 2008-03-12
|
||||
depends on:
|
||||
package: magic.mse-game
|
||||
version: 2007-12-29
|
||||
@@ -153,6 +153,11 @@ styling field:
|
||||
name: colored rarities
|
||||
description: Should rarity symbols be different colors, such as gold, silver, and purple?
|
||||
initial: yes
|
||||
styling field:
|
||||
type: boolean
|
||||
name: left align artist
|
||||
description: Should the artist and copyright lines be left aligned, as seen in Tempest?
|
||||
initial: no
|
||||
styling style:
|
||||
use guild mana symbols:
|
||||
choice images:
|
||||
@@ -346,12 +351,12 @@ card style:
|
||||
############################# Copyright stuff
|
||||
|
||||
illustrator:
|
||||
left: 80
|
||||
left: 40
|
||||
top : 470
|
||||
width: 217
|
||||
width: 297
|
||||
height: 16
|
||||
z index: 1
|
||||
alignment: middle center
|
||||
alignment: { if styling.left_align_artist then "middle left" else "middle center" }
|
||||
font:
|
||||
name: MPlantin
|
||||
size: 10
|
||||
@@ -361,12 +366,12 @@ card style:
|
||||
shadow displacement y: 1
|
||||
|
||||
copyright line:
|
||||
left: 65
|
||||
left: 40
|
||||
top : 486
|
||||
width: 247
|
||||
width: 297
|
||||
height: 12
|
||||
z index: 1
|
||||
alignment: middle center
|
||||
alignment: { if styling.left_align_artist then "middle left" else "middle center" }
|
||||
font:
|
||||
name: MPlantin
|
||||
size: 6.5
|
||||
|
||||
Reference in New Issue
Block a user