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:35 -05:00
committed by GitHub
parent 4d4a2cdaba
commit 859b1dcbc6
14 changed files with 91 additions and 59 deletions

View File

@@ -9,4 +9,4 @@ card style:
include file: /magic.mse-game/card-symbols/menu_choice_images
render style: image
image: { card_symbol_image(face: 1) }
z index: 870
z index: 880

View File

@@ -10,4 +10,4 @@ card style:
include file: /magic.mse-game/card-symbols/menu_choice_images
render style: image
image: { card_symbol_image(face: 2) }
z index: 870
z index: 880

View File

@@ -10,4 +10,4 @@ card style:
include file: /magic.mse-game/card-symbols/menu_choice_images
render style: image
image: { card_symbol_image(face: 3) }
z index: 870
z index: 880

View File

@@ -70,12 +70,12 @@ Specific z indexes
800 Indicators
800 Legend crown
810 Tombstone/alchemy symbol
830 Loyalty boxes
840 PT Box, Leveler arrows, Flash dot
850 Color stamp
860 Holofoil stamp
870 Transform symbol
880 Tombstone/alchemy symbol
880 Alias box
900 Loyalty cost colons

Binary file not shown.

Before

Width:  |  Height:  |  Size: 392 KiB

After

Width:  |  Height:  |  Size: 468 KiB