Skip to content
Marshall Ward edited this page Apr 23, 2012 · 1 revision
  • Name: Name of tileset
    • type: string
  • source: Tilemap source; reference to either an image or a TSX file
    • type: string
  • firstGid: Global ID of the first tile in the tileset
    • type: uint
  • tileWidth: Pixel tile width for tileset
    • type: int
  • tileHeight: Pixel tile height for tileset
    • type: int
  • spacing: Spacing (or padding) between tiles in pixels
    • type: int
  • margin: Margin (or border) around tiles in pixels
    • type: int
  • image: Path to reference image
    • type: Image
  • property: Dictionary of tileset properties
    • type: PropertyDict
  • tile: A list of properties for selected tiles
    • type: Dictionary<int, PropertyDict>
Clone this wiki locally