diff --git a/changelog.txt b/changelog.txt index a1dcd83aa..6d10a1836 100644 --- a/changelog.txt +++ b/changelog.txt @@ -17,4 +17,8 @@ Thanks to GenevensiS for their continued work on keeping up with the Showcases! • Added the Mechanic Reminder frame, for things like Start your engines! __Template Code Updates__ -• color_background() now accepts three new parameters, artifact_blend, hybrid_blend, and multicolor_blend, which default to "mask", which behaves the same as before. Setting these to "black" will have them blend as only their respective base frame; artifact, colorless, or multicolor; without the color gradient. Setting these as "white" does the reverse, using the gradient alone and not the base cards. \ No newline at end of file +• color_background() now accepts three new parameters, artifact_blend, hybrid_blend, and multicolor_blend, which default to "mask", which behaves the same as before. Setting these to "black" will have them blend as only their respective base frame; artifact, colorless, or multicolor; without the color gradient. Setting these as "white" does the reverse, using the gradient alone and not the base cards. + +__Bug Fixes__ +• Fixed a bug where hybrid Adventure pages were blending incorrectly. +• Fixed a bug where the Set tab Inverted Common Symbol wasn't working on most frames. \ No newline at end of file diff --git a/data/magic-modules.mse-include/pages/double_page/artifact_blend_double_page.png b/data/magic-modules.mse-include/pages/double_page/artifact_blend_double_page.png index 576225e9c..70338aac7 100644 Binary files a/data/magic-modules.mse-include/pages/double_page/artifact_blend_double_page.png and b/data/magic-modules.mse-include/pages/double_page/artifact_blend_double_page.png differ diff --git a/data/magic-modules.mse-include/pages/double_page/hybrid_blend_double_page.png b/data/magic-modules.mse-include/pages/double_page/hybrid_blend_double_page.png index b64c8bb97..5f71a600a 100644 Binary files a/data/magic-modules.mse-include/pages/double_page/hybrid_blend_double_page.png and b/data/magic-modules.mse-include/pages/double_page/hybrid_blend_double_page.png differ diff --git a/data/magic-modules.mse-include/pages/single_page/artifact_blend_single_page.png b/data/magic-modules.mse-include/pages/single_page/artifact_blend_single_page.png index d3291fd33..70338aac7 100644 Binary files a/data/magic-modules.mse-include/pages/single_page/artifact_blend_single_page.png and b/data/magic-modules.mse-include/pages/single_page/artifact_blend_single_page.png differ diff --git a/data/magic-modules.mse-include/pages/single_page/hybrid_blend_single_page.png b/data/magic-modules.mse-include/pages/single_page/hybrid_blend_single_page.png index e00c2131a..5615a86fa 100644 Binary files a/data/magic-modules.mse-include/pages/single_page/hybrid_blend_single_page.png and b/data/magic-modules.mse-include/pages/single_page/hybrid_blend_single_page.png differ