Custom Symbol links will now detect if they are smaller than 512px wide, and add padding if they are not. This will do the padding for any old custom symbols without needing to update them. If you need to disable the autopadding, replace the "+" MSE inserts into the link to a "-".
    Fixed a bug where generic mana symbols were misaligned on HD frames.
    Fixed spree +s indenting like modals when they should not.
    Fix layering conflicts with the Lesson symbol and the Alchemy symbol.
    Fix layering conflict with Kaldheim Showcase watermark.
    Fix Mainframe Planeswalker watermark dependency warning.
    Fix Clear Tops looking in the wrong folder.
    Fix blending error on clear cards with colored mana costs.
    Fixed the alignment of the red Star nyx replacement.
    Improved the text on VOW Showcase.
This commit is contained in:
cajun
2024-10-03 13:11:24 -05:00
committed by GitHub
parent 7fac536bac
commit 5a95c927e5
14 changed files with 90 additions and 59 deletions

View File

@@ -250,7 +250,7 @@ card style:
height: {23 - 0.5*shrink_name()}
alignment: bottom shrink-overflow
padding bottom: 0
z index: 1
z index: 900
font:
name: Beleren Bold
size: {15 - shrink_name()}
@@ -269,7 +269,7 @@ card style:
size: 15
alignment: middle right
always symbol: true
z index: 2
z index: 920
padding top: 0
############################# Image
image:
@@ -286,7 +286,7 @@ card style:
top: 308
width: 17
height: 17
z index: 1
z index: 920
render style: image
visible: { has_identity() }
image: { module_identity() }
@@ -296,7 +296,7 @@ card style:
width: { (if has_identity() then "290" else "310") - max(22,card_style.rarity.content_width) }
height: { 20 - shrink_type() }
alignment: top shrink-overflow
z index: 2
z index: 900
padding top: 2
font:
name: Beleren Bold
@@ -308,7 +308,7 @@ card style:
top: 308
width: 44
height: 22
z index: 2
z index: 950
render style: image
alignment: middle right
include file: /magic-modules.mse-include/rarities/choice_images
@@ -337,7 +337,7 @@ card style:
styling.center_text == "always"
then "middle center"
else "middle left"
z index: 2
z index: 900
padding left: 6
padding right: 4
line height hard: {if is_modal(card.rule_text) then 0.9 else 1.2 }
@@ -347,7 +347,7 @@ card style:
line height line max: 1.6
############################# PT
pt:
z index: 2
z index: 900
left: 293
top: 468
width: 60
@@ -385,7 +385,7 @@ extra card style:
top: 460
width: 77
height: 43
z index: 1
z index: 840
visible: { card.pt != "" }
render style: image
image: { if is_vehicle() then "vpt.png" else module_ptbox() }