Marc Posted January 8, 2016 Share Posted January 8, 2016 Dear how can i do to test if a tile is collide with another tile and a different layer, I have two layer :1. floor2. WallI want to test if a given tile on the on the floor layer is collide if any tile on the wall. Thanks hoskope 1 Link to comment Share on other sites More sharing options...
drhayes Posted January 8, 2016 Share Posted January 8, 2016 Since you have access to the tile data and the tile sizes, you can do some math to figure out if a tile in one layer is in the place where another tile already is. Link to comment Share on other sites More sharing options...
Marc Posted January 11, 2016 Author Share Posted January 11, 2016 Dear i use the map.hasTile function and it work great.Thanks Link to comment Share on other sites More sharing options...
Recommended Posts