rexrainbow / phaser3-rex-notes

Notes of phaser3 engine
MIT License
1.21k stars 263 forks source link

Fix typo tileXYToWroldX into tileXYToWorldX #393

Closed JohnSmithDoe closed 10 months ago

JohnSmithDoe commented 10 months ago

There is a typo in the Node.js class of the pathfinder. "wrold" instead of "world"

rexrainbow commented 10 months ago

Thanks for finding this typo and fixed it.

JohnSmithDoe commented 10 months ago

Happy to help. Thanks for the nice lib.