mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 13:37:00 -04:00
Added Clash to keywords.
Added transparent textbox effect to magic-new and magic-planeshifted. Added future sight type symbol watermarks. Added colored orbs to vanguard. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@662 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
@@ -116,6 +116,13 @@ styling field:
|
||||
name: inverted common symbol
|
||||
description: Should the common rarity symbol be inverted, like in Coldsnap?
|
||||
initial: no
|
||||
styling field:
|
||||
type: choice
|
||||
name: image size
|
||||
description: Should the art extend into a transparent textbox?
|
||||
initial: standard
|
||||
choice: standard
|
||||
choice: extended
|
||||
styling style:
|
||||
artifact style:
|
||||
render style: both
|
||||
@@ -204,11 +211,13 @@ card style:
|
||||
|
||||
############################# Image
|
||||
image:
|
||||
left: 32
|
||||
left: 31
|
||||
top: 62
|
||||
width: 311
|
||||
height: 228
|
||||
width: 312
|
||||
height: { if styling.image_size == "extended" then 407 else 228 }
|
||||
z index: 1
|
||||
mask:
|
||||
script: if styling.image_size == "extended" then "imagemask_extended.png" else "imagemask_standard.png"
|
||||
default: {default_image(card.card_color)}
|
||||
|
||||
############################# Card type
|
||||
|
||||
Reference in New Issue
Block a user