- Sequencer - Added Czech localization, and updated Polish localization (thank you, Lethrendis and Lioheart on github!)
- Effects - Added
.blendMode()to effect sections, accepting either a name (e.g."multiply","screen","soft-light") or thePIXI.BLEND_MODESconst - Effects - Fixed effects attached to or targeting a Region rendering below tiles that should sit beneath them
- Effects - Fixed
.mask()rejecting Regions even though Regions were already supported by the effect mask renderer - Effects - Fixed .atLocation(tile) placing effects at the tile's top-left instead of centering them on the tile (thanks aljames-arctic on GitHub)