3.0.0 final touches (#84)

---------

Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
This commit is contained in:
GenevensiS
2024-10-01 15:42:16 +02:00
committed by GitHub
parent 106e343851
commit 6960d85314
775 changed files with 2509 additions and 2817 deletions

View File

@@ -17,7 +17,7 @@ depends on:
version: 2007-09-23
depends on:
package: magic-modules.mse-include
version: 2024-05-20
version: 2024-10-01
depends on:
package: magic-mainframe-extras.mse-include
version: 2007-09-23
@@ -46,7 +46,7 @@ init script:
[
name: {"MPlantin"},
size: {28.0},
color: {"white"},
color: {if mainframe_walker() then "black" else "white"},
vertical: {0},
italic: {"MPlantin-Italic"}
]
@@ -146,8 +146,8 @@ init script:
include file: /magic-modules.mse-include/loyalty/init_script
loyalty_abilities_count_real := loyalty_abilities_count
loyalty_abilities_count := {
if mainframe_walker() then loyalty_abilities_count_real() else 0
}
if mainframe_walker() then loyalty_abilities_count_real(instance:instance, active:active) else 0
}@(active:false, instance:1)
mainframe_walker := { lang_setting("is_planeswalker")(card.type) and not is_short() }
loyalty_textbox_mask := {"walker_mask.png"}
loyalty_textbox_background_image :=
@@ -348,7 +348,7 @@ card style:
width: { if styling.stretch_image_to_whole_card then stylesheet.card_width else 694 }
height: { if styling.stretch_image_to_whole_card then stylesheet.card_height else 914 }
z index: 100
mask: { if styling.stretch_image_to_whole_card then "image_mask_full.png" else "" }
mask: { "image_mask" + (if styling.stretch_image_to_whole_card then "_full" else "") + (if is_short() then "_short" else "") + ".png" }
mainframe image:
left: { popout_left() }
top: { popout_top() }