kalugny Posted August 17, 2014 Share Posted August 17, 2014 Hi,The TypeScript signature of the functions TilemapLayer.getTileX and TilemapLayer.getTileY is:getTileX(x: number): Phaser.Tile;getTileY(y: number): Phaser.Tile;But from the documentation and the code in phaser.js it seems like it should return a number. Am I right in guessing this is a mistake? Thanks, Yuval Link to comment Share on other sites More sharing options...
clark Posted August 17, 2014 Share Posted August 17, 2014 Hey Kalugny Welcome and thanks! Pull Request. https://github.com/photonstorm/phaser/pull/1114 Link to comment Share on other sites More sharing options...
Recommended Posts