melonJS/melonJS: Release 13.2.1
[13.2.1] (melonJS 2) - 2022-08-22
Fixed
- Release date and version/change tracking
[13.2.0] (melonJS 2) - 2022-08-22
Added
- Geometry: new base Point geometry object
- Tiled: now properly support Point geometry if defined in a map
Changed
- Core: replaced internal reference to the deprecated
trim[Left/Right]
methods by their trim[Start/End]
equivalents
- WebGL: dissociate the
preMultipliedAlpha
setting from the transparent
one since those are 2 different things
Fixed
- BitmapText: fix improper
fillStyle
initialization in BitmapText (thanks @wpernath)
- Canvas: fix the "transparent" canvas mode with the canvas renderer (thanks @wpernath)
- Sprite: properly apply a tint when passed through the settings to the constructor
- WebGL: fix a regression with global opacity not being properly cascaded to texture in WebGL mode (thanks @wpernath)