-
Notifications
You must be signed in to change notification settings - Fork 87
TmxTileset
Marshall Ward edited this page Apr 23, 2012
·
1 revision
-
Name: Name of tileset
- type:
string
- type:
-
source: Tilemap source; reference to either an image or a TSX file
- type:
string
- type:
-
firstGid: Global ID of the first tile in the tileset
- type:
uint
- type:
-
tileWidth: Pixel tile width for tileset
- type:
int
- type:
-
tileHeight: Pixel tile height for tileset
- type:
int
- type:
-
spacing: Spacing (or padding) between tiles in pixels
- type:
int
- type:
-
margin: Margin (or border) around tiles in pixels
- type:
int
- type:
-
image: Path to reference image
- type:
Image
- type:
-
property: Dictionary of tileset properties
- type:
PropertyDict
- type:
-
tile: A list of properties for selected tiles
- type:
Dictionary<int, PropertyDict>
- type: