You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for submitting this issue. We have fixed this and the fix has been pushed to the master branch. It will be part of the next release. If you get time to build and test it for yourself we would appreciate that.
Version
I am using the phaser-react-typescript-template
Description
I am trying to user the functionality
getTileCorners
when using a hexagonal tilemap. The tilemap json file is created using Tiled editor and I am trying to replicate this example https://labs.phaser.io/edit.html?src=src/bugs\0000%20hex%20corners.js.The error I am getting is the following.
Example Test Code
This is my code, for information the tilemap is rendering correctly
Additional Information
I did fix the problem on my local install by changing references to
this
tolayer
in the following functionHexagonalTileToWorldXY
.If this is confirmed to be a bug (and not a misconfiguration on my end) I'd be happy to open a PR with the fix.
The text was updated successfully, but these errors were encountered: