Created
May 19, 2015 18:55
-
-
Save AlexBezuska/b293b5519aeb7f15adab to your computer and use it in GitHub Desktop.
Tiled Map Editor json export example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ "height":10, | |
"layers":[ | |
{ | |
"data":[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 3, 3, 3, 3, 3, 0, 0, 3, 3, 3, 0, 0, 3, 3, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], | |
"height":10, | |
"name":"Tile Layer 1", | |
"opacity":1, | |
"type":"tilelayer", | |
"visible":true, | |
"width":18, | |
"x":0, | |
"y":0 | |
}], | |
"nextobjectid":1, | |
"orientation":"orthogonal", | |
"properties": | |
{ | |
}, | |
"renderorder":"left-down", | |
"tileheight":64, | |
"tilesets":[ | |
{ | |
"firstgid":1, | |
"image":"Screen Shot 2015-05-19 at 2.46.32 PM.png", | |
"imageheight":64, | |
"imagewidth":64, | |
"margin":0, | |
"name":"platform1", | |
"properties": | |
{ | |
}, | |
"spacing":0, | |
"tileheight":64, | |
"tilewidth":64 | |
}, | |
{ | |
"firstgid":3, | |
"image":"Screen Shot 2015-05-19 at 2.51.55 PM.png", | |
"imageheight":64, | |
"imagewidth":64, | |
"margin":0, | |
"name":"platform2", | |
"properties": | |
{ | |
}, | |
"spacing":0, | |
"tileheight":64, | |
"tilewidth":64 | |
}], | |
"tilewidth":64, | |
"version":1, | |
"width":18 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment