Casper Gaming Developer Corner
Casper Gaming Developer Corner

[CGMZ] Pixi Filters - Version Alpha R2

Back to Plugin

Devlog Version

Hi all, today this plugin was updated to version AlphaR2!

This update allows your filters to target the entire spriteset (whole screen option). This will allow you to make filters that affect pictures, the timer, and anything else added to any layer of the spritesets.

There are some limitations with this. You can still only have one filter of a given type per scene, and whether the filter affects the entire screen or only the bottom layers (how they worked previously) can only be set during filter creation. Filters will also not affect windows, as those are not actually part of the spriteset. It is still planned to let a filter affect a window, but it will come with a future update.

This was added as an option, so your old filters should all still work and still target the bottom layer only. If you prefer, you can update your create filter plugin commands to use the new option, but it should not be required to do so if you do not want to use the new option.

Version AlphaR2
  • Filters can now affect the entire spriteset

Back to Plugin