Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
melonjs.module.js | 2024-06-22 | 1.4 MB | |
README.md | 2024-06-22 | 434 Bytes | |
v17.4.0 source code.tar.gz | 2024-06-22 | 6.3 MB | |
v17.4.0 source code.zip | 2024-06-22 | 7.2 MB | |
Totals: 4 Items | 14.9 MB | 1 |
Added
- Renderer: new
lineJoin
property to set the line join style (only support "round" for now in WebGL mode) - Renderer: add support for line thickness for
strokePolygon
andstrokeRect
operations in WebGL
Changed
- Chore: Update to TypeScript 5.5
Fixed
- Renderer: fix
fillEllipse()
method in WebGL mode (that was stroking the ellipse instead) - TypeScript: fix most (if not all) missing declarations