Mainframe Battles (#111)

This commit is contained in:
cajun
2025-02-01 23:19:14 -06:00
committed by GitHub
parent 92a8b67075
commit 8b9475dc65
91 changed files with 721 additions and 186 deletions

View File

@@ -33,7 +33,7 @@ include file: language
include file: statistics_script
include file: /magic-blends.mse-include/new-blends
############################################################## Versioning
version_date := {"2024-10-01 Template Pack 3.0.5: Magic Modules & Showcase Catchup - DFC & Exporter Fixes"}
version_date := {"2025-02-01 Template Pack 3.1.a: Mainframe Battles"}
version := version_date
############################################################## Common filters
############################################################## Utility
@@ -4486,8 +4486,8 @@ popout_height_2 := { popout_coord(3, field:styling.popout_art_2_coordinates or e
popout_angle_2 := { popout_coord(4, field:styling.popout_art_2_coordinates or else "", lim:4) }
module_chop := {
split := split_comma(styling.chop_text_box)
if length(styling.chop_text_box or else "") > input
split := split_comma(styling.chop_text_box or else "")
if length(split) > input
then to_number_lax(split[input])
else 0
}
@@ -4550,16 +4550,6 @@ popout_width_2 := { popout_coord(2, field:styling.popout_art_2_coordinates or e
popout_height_2 := { popout_coord(3, field:styling.popout_art_2_coordinates or else "") }
popout_angle_2 := { popout_coord(4, field:styling.popout_art_2_coordinates or else "", lim:4) }
module_chop := {
split := split_comma(styling.chop_text_box)
if length(styling.chop_text_box or else "") > input
then to_number_lax(split[input])
else 0
}
chop_top := { module_chop(0) }
chop_bottom := { module_chop(1) }
chop_right := { module_chop(2) }
############################################################## Custom corner symbols
verify_symbol_image := {
array := split_comma(input)