eonarheim
released this
24 Jan 02:47
·
67 commits
to main
since this release
New update with fixes & features requested by the community!
- fix: [#483] Add optional JSDOM dependency for Node by @jfelsinger in #487
- New Features per User Feedback by @eonarheim in #485
TiledResource.getTilesByPoint
- Returns any excalibur Tile instances and any metadata for a tile below the world space point providedTiledResource.getTileMetadataByClassName
- renamed fromgetTilesByClassname
. This returns the Tiled metadata for a tile by classname.TiledResource.getTileMetadataByProperty
- renamed fromgetTilesByProperty
. This returns returns the Tiled metadata for a tile by property.TiledResource.getTilesByGid
- get the Excalibur Tile instances and any Tiled metadata for a matching tile by global idTiledResource.getTilesByClassName
- get the Excalibur Tile instances and any Tiled metadata for a mathcing tile by classnameTiledResource.getTilesByProperty
- get the Excalibur Tile instances and and any Tile metadata for a matching property.- Entity factories can now be defined after load, but before adding to the scene!
New Contributors
- @jfelsinger made their first contribution in #487
Dependencies
- chore: Update dependency @types/pako to v1.0.7 by @renovate in #479
- chore: Update dependency node to v18.19.0 by @renovate in #480
- chore: Update dependency @types/json-diff to v1.0.3 by @renovate in #484
- chore: Update dependency excalibur to v0.28.6 by @renovate in #486
- chore: Update dependency @playwright/test to v1.41.0 by @renovate in #488
- chore: Update dependency @playwright/test to v1.41.1 by @renovate in #490
Full Changelog: 0.29.0-alpha.1...v0.29.0-alpha.2