melonJS/melonJS: Release 17.3.0
Added
- Renderer: add support for line thickness when using
strokeLine()
in WebGL
Changed
- Renderer: the
setLineWidth()
method is now deprecated and replaced by alineWidth
class property
Fixed
- Renderer: fix animation when using multi-texture atlas in WebGL mode
- TMX: fix tsx file type import when using a React / Vue build step (thanks @customautosys)
- Typedef: fix missing definition for
video.init()
settings parameter, andApplication
constructor parameter