diff --git a/data/magic-m15-future.mse-style/style b/data/magic-m15-future.mse-style/style index d38f3c0d4..fd994d1a2 100644 --- a/data/magic-m15-future.mse-style/style +++ b/data/magic-m15-future.mse-style/style @@ -157,6 +157,7 @@ styling field: name: beleren description: Should these cards use Beleren or the original font? initial: yes +include file: /magic-modules.mse-include/popouts/styling_fields include file: /magic-modules.mse-include/rarities/styling_fields styling field: type: boolean @@ -240,6 +241,7 @@ include file: /magic-modules.mse-include/information/card_fields include file: /magic-modules.mse-include/stamps/card_fields include file: /magic-modules.mse-include/watermarks/card_fields include file: /magic-modules.mse-include/separators/card_fields +include file: /magic-modules.mse-include/popouts/card_fields card style: ############################# Background stuff border color: @@ -338,10 +340,10 @@ card style: planeswalker: { if styling.original_symbols then "/magic-future-common.mse-include/planeswalker_" + typesymbol_color(value) + ".png" } ############################# Image image: - left: 30 - top: 44 - width: 328 - height: 309 + left: { if styling.stretch_art_to_whole_card then 0 else 30 } + top: { if styling.stretch_art_to_whole_card then 0 else 44 } + width: { if styling.stretch_art_to_whole_card then 375 else 328 } + height: { if styling.stretch_art_to_whole_card then 523 else 309 } z index: 100 mask: mask_image.png ############################# Card type