add zealas full arts
This commit is contained in:
BIN
data/magic-m15-treasure-maps.mse-style/frame_mask_full.png
Normal file
BIN
data/magic-m15-treasure-maps.mse-style/frame_mask_full.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
@@ -86,6 +86,11 @@ styling field:
|
||||
type: text
|
||||
name: text size
|
||||
description: textbox font size (default is 14)
|
||||
styling field:
|
||||
type: boolean
|
||||
name: full art
|
||||
initial: no
|
||||
description: Bleed the image behind the textbox
|
||||
styling field:
|
||||
type: boolean
|
||||
name: grey hybrid name
|
||||
@@ -187,7 +192,7 @@ card style:
|
||||
render style: image
|
||||
popup style: in place
|
||||
image: { card_background() }
|
||||
mask: frame_mask.png
|
||||
mask: {if styling.full_art then "frame_mask_full.png" else "frame_mask.png" }
|
||||
############################# Name line
|
||||
name:
|
||||
left: {if card.casting_cost == "" then 55 else 60 }
|
||||
@@ -222,7 +227,7 @@ card style:
|
||||
left: 0
|
||||
top: 57
|
||||
width: 375
|
||||
height: 241
|
||||
height: { if styling.full_art then 430 else 241 }
|
||||
z index: 1
|
||||
############################# Card type
|
||||
indicator:
|
||||
|
||||
Reference in New Issue
Block a user