Skip to content
marshallward edited this page Apr 23, 2012 · 4 revisions

This documentation is out of date, will update it soon...

  • version: Version of TMX format
    • type: string
  • orientation: Tiled grid orientation
    • type: Orientation
  • width: Map width tile count
    • type: int
  • height: Map height tile count
    • type: int
  • tileWidth: Tile width in pixels
    • type: int
  • tileHeight: Tile height in pixels
    • type: int
  • tileset: List of map tilesets
    • type: TiledList of Tileset
  • layer: List of map layers
    • type: TiledList of Layer
  • objGroup: List of map object groups (i.e. object layers)
    • type: TiledList of MapObjectGroup
  • property: Dictionary of map properties
    • type: PropertyDict
Clone this wiki locally