From 98cda371bdda4ff36ab1dd9d98204d4944941548 Mon Sep 17 00:00:00 2001 From: cajun <12363371+CajunAvenger@users.noreply.github.com> Date: Sat, 8 Nov 2025 17:21:41 -0600 Subject: [PATCH] add popouts to future --- data/magic-m15-future.mse-style/style | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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