Skip to content

@excaliburjs/plugin-tiled@0.29.0-alpha.2

Compare
Choose a tag to compare
@eonarheim eonarheim released this 24 Jan 02:47
· 24 commits to main since this release
2bd697f

image

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 provided
    • TiledResource.getTileMetadataByClassName - renamed from getTilesByClassname. This returns the Tiled metadata for a tile by classname.
    • TiledResource.getTileMetadataByProperty - renamed from getTilesByProperty. 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 id
    • TiledResource.getTilesByClassName - get the Excalibur Tile instances and any Tiled metadata for a mathcing tile by classname
    • TiledResource.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

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