add symbol support to dossier
This commit is contained in:
@@ -214,6 +214,8 @@ include file: /magic-modules.mse-include/foils/card_fields
|
||||
|
||||
include file: /magic-modules.mse-include/alias/card_fields
|
||||
|
||||
include file: /magic-modules.mse-include/card-symbols/card_fields
|
||||
|
||||
card style:
|
||||
############################# Background stuff
|
||||
border color:
|
||||
@@ -235,7 +237,7 @@ card style:
|
||||
mask: { if is_crowned() then "card_crown_mask.png" else "card_mask.png" }
|
||||
############################# Name line
|
||||
name:
|
||||
left: 63
|
||||
left: { if card.card_symbol == "none" then 63 else 99 }
|
||||
top: { 47 + name_font_vertical() }
|
||||
right: { 665 - (if card_style.casting_cost.content_width == 0 then 0 else card_style.casting_cost.content_width + 7) }
|
||||
height: 51
|
||||
|
||||
Reference in New Issue
Block a user