tyroroto Posted August 21, 2015 Share Posted August 21, 2015 Hi I have problem with tilelayer collide the problem is TileLayer Collide not move follow tilelayer when is move tilelayer. map = this.add.tilemap('lilmap');map.addTilesetImage('map','map_atlas');this.backgroundLayer = map.createLayer('Background');this.backgroundLayer.fixedToCamera =false; this.backgroundLayer.x += 40; // move tilelayer +40 and i try position() too the result my tile is moved but tile collide still at same place.I attach result image. how can i fix it or another way for move tilelayer to center of screen. thank you. Link to comment Share on other sites More sharing options...
Recommended Posts