This commit is contained in:
cajun
2025-02-01 23:34:44 -06:00
parent 660246f7ed
commit d482ff62a0
5 changed files with 5 additions and 1 deletions

View File

@@ -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.
• 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.