3.0.7
Bug fix for Card Symbol on DFCs Bug fix for Amass rt Bug fixes for "this type" capitalization Bug fixes for CARDNAME on planes Adds THIS atom that gets the opposite value as CARDNAME Adds Custom Border automization
This commit is contained in:
@@ -413,8 +413,11 @@ init script:
|
||||
"/magic-mainframe-extras.mse-include/" + src
|
||||
}
|
||||
custom_border_blend := { color_background(type:"custom_border", base_hybrid:card_hybrid, folder:"blend_masks/") }
|
||||
is_custom := {contains(styling.frames, match:"custom border") and contains(styling.custom_border_source, match:".png")}
|
||||
|
||||
is_custom_border := {
|
||||
if chosen(styling.frames, choice:"custom border")
|
||||
then has_png(styling.custom_border_source)
|
||||
else auto_custom_border()
|
||||
}
|
||||
# this goes at the very end
|
||||
harder_script := [
|
||||
crown: module_crown_template,
|
||||
@@ -1227,7 +1230,7 @@ extra card style:
|
||||
render style: image
|
||||
image: { custom_border_blend() }
|
||||
z index: 0
|
||||
visible: {is_custom()}
|
||||
visible: {is_custom_border()}
|
||||
mask: {(if is_vehicle() or is_snow() or is_nyx() then "double_") + "frame_border_mask.png"}
|
||||
nyx overlay:
|
||||
left: 0
|
||||
|
||||
Reference in New Issue
Block a user