i have read the tilemap demo in cocos2d , and there is a HexDemo in it , in this hex tile demo , it use a .tmx file .
and in this .tmx file , a line lay like this:
<map version="1.0" orientation="hexagonal" width="5" height="5" tilewidth="175" tileheight="150">
here comes the question .
i use the tiled map editor from http://mapeditor.org/ , but seem the editor only support Orthogonal and Isometric orientation, but not the hexagonal , i even canNOT open the .tmx file with this editor , so how can i make hex tile map tmx file ? is that some other tile map editor support this ? or i make something wrong here ?
pls help .