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:
@@ -353,7 +353,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()}
|
||||
@@ -365,7 +365,7 @@ card style:
|
||||
height: {23 - 0.5*shrink_name2()}
|
||||
alignment: bottom shrink-overflow
|
||||
padding bottom: 0
|
||||
z index: 1
|
||||
z index: 900
|
||||
font:
|
||||
name: Beleren Bold
|
||||
size: {15 - shrink_name2()}
|
||||
@@ -384,7 +384,7 @@ card style:
|
||||
size: 15
|
||||
alignment: middle right
|
||||
always symbol: true
|
||||
z index: 2
|
||||
z index: 920
|
||||
padding top: 0
|
||||
casting cost 2:
|
||||
right: 723
|
||||
@@ -400,7 +400,7 @@ card style:
|
||||
size: 15
|
||||
alignment: middle right
|
||||
always symbol: true
|
||||
z index: 2
|
||||
z index: 920
|
||||
padding top: 0
|
||||
############################# Image
|
||||
image:
|
||||
@@ -425,7 +425,7 @@ card style:
|
||||
top: 308
|
||||
width: 17
|
||||
height: 17
|
||||
z index: 1
|
||||
z index: 940
|
||||
render style: image
|
||||
visible: { has_identity() }
|
||||
image: { module_identity() }
|
||||
@@ -434,7 +434,7 @@ card style:
|
||||
top: 308
|
||||
width: 17
|
||||
height: 17
|
||||
z index: 1
|
||||
z index: 940
|
||||
render style: image
|
||||
visible: { has_identity_2() }
|
||||
image: { module_identity() }
|
||||
@@ -444,7 +444,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
|
||||
@@ -457,7 +457,7 @@ card style:
|
||||
width: { (if has_identity_2() then "290" else "310") - max(22,card_style.rarity.content_width) }
|
||||
height: { 20 - shrink_type2() }
|
||||
alignment: top shrink-overflow
|
||||
z index: 2
|
||||
z index: 900
|
||||
padding top: 2
|
||||
font:
|
||||
name: Beleren Bold
|
||||
@@ -469,7 +469,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
|
||||
@@ -478,7 +478,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
|
||||
@@ -549,7 +549,7 @@ card style:
|
||||
line height line max: 1.6
|
||||
############################# PT
|
||||
pt:
|
||||
z index: 2
|
||||
z index: 900
|
||||
left: 293
|
||||
top: 468
|
||||
width: 60
|
||||
@@ -561,7 +561,7 @@ card style:
|
||||
color: black
|
||||
separator color: red
|
||||
pt 2:
|
||||
z index: 2
|
||||
z index: 900
|
||||
left: 670
|
||||
top: 468
|
||||
width: 60
|
||||
@@ -655,7 +655,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 card_ptbox() }
|
||||
@@ -664,7 +664,7 @@ extra card style:
|
||||
top: 460
|
||||
width: 77
|
||||
height: 43
|
||||
z index: 1
|
||||
z index: 840
|
||||
visible: { card.pt_2 != "" }
|
||||
render style: image
|
||||
image: { if back_vehicle() then "vpt.png" else card_ptbox() }
|
||||
|
||||
Reference in New Issue
Block a user