Tiled Map Editor

http://www.mapeditor.org/

tiled-0.6.2-win32-setup

相关日志

  • 暂无相关日志

One Response to “Tiled Map Editor”

  1. 残酷の青春 » Blog Archive » Cocos2d notes(6) Tiled Map Says:

    [...] 相关工具 123456789        CCTMXTiledMap* tileMap = [CCTMXTiledMap tiledMapWithTMXFile:@"orthogonal.tmx"];         [self addChild:tileMap z:-1 tag:TileMapNode];                 // Use a negative offset to set the tilemap's start position         //tileMap.position = CGPointMake(-160, -120);         // hide the event layer, we only need this information for code, not to display it         CCTMXLayer* eventLayer = [tileMap layerNamed:@"GameEventLayer"];         eventLayer.visible = NO; [...]

Leave a Reply