3.0.4 (#10)
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:
@@ -258,6 +258,7 @@ init script:
|
||||
}
|
||||
is_snow := {
|
||||
chosen(styling.frames, choice:"snow")
|
||||
or (lang_setting("is_snow")(card.super_type) and chosen(styling.other_options, choice:"auto snow"))
|
||||
}
|
||||
#### Pieces
|
||||
is_season := {
|
||||
@@ -464,7 +465,10 @@ init script:
|
||||
}
|
||||
|
||||
card_background := {
|
||||
color_background(
|
||||
bc := base_card()
|
||||
if bc == "clear"
|
||||
then "/magic-modules.mse-include/cards/375 m15 simple/xcard.png"
|
||||
else color_background(
|
||||
type:"card",
|
||||
base_hybrid:card_hybrid,
|
||||
folder: if is_map() then "/magic-modules.mse-include/cards/746 maps/" else if is_thbland() then "energies/" else if is_dka() then "dka/" else template_prefix["card"]
|
||||
@@ -1988,7 +1992,7 @@ extra card style:
|
||||
z index: 199
|
||||
render style: image
|
||||
popup style: in place
|
||||
image: xcard.png
|
||||
image: /magic-modules.mse-include/cards/375 m15 simple/xcard.png
|
||||
mask: { if is_dka() then "frame_masks/clear_tops_dka_mask2.png" }
|
||||
evobar:
|
||||
left: {if is_map() then 15 else 27}
|
||||
|
||||
Reference in New Issue
Block a user