Cocos Creator
TiledMap 
Tiled map resources are data formats that exported by TiledMap (Creator v2.1 and below support for TiledMap v1.0.0, Creator v2.2.0 and above support for TiledMap v1.2.0).
Import Assets 
Assets required by TiledMap:
- .tmx: The TiledMap data file.
- .png: The texture used by TiledMap.
- .tsx: The data of tileset (optional) 
Create a Node with TiledMap 
- 1st Way: Drag a TiledMap asset from Assets to Node Tree:  
- 2nd Way: Drag a TiledMap asset from Assets to Scene:  
- 3rd Way: Drag a TiledMap asset from Assets to the - Tmx Assetproperty of a TiledMap Component: 
Store in Project 
In order to improve the efficiency of management, we suggest that put the TiledMap assets together in a separate folder.
