| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-15 | 586 Bytes | |
| v0.11.0 source code.tar.gz | 2026-06-15 | 944.5 kB | |
| v0.11.0 source code.zip | 2026-06-15 | 1.0 MB | |
| Totals: 3 Items | 2.0 MB | 0 | |
v0.11.0
- Added compatibility with Phaser 4.
- Updated dev dependencies.
- Updated Webpack and Babel config.
- Moved ESM exports to
src/main-esm.js. - Replaced
Phaser.Geom.Pointclass withPhaser.Math.Vector2. - Replaced
Phaser.Geom.Point.Equalsstatic method withPhaser.Math.Vector2.equals()function inRay.cast,Ray.castCircleandRay.castConemethhods. - Bugfix:
Map.updateMapmethod for tilemaps doesn't map corner points when tiles are in "checkerbox" pattern. - Bugfix:
Previous Webpackupdate caused misconfiguration and issues with ESM exports.