mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-27 14:52:15 +01:00
71 lines
1.6 KiB
JSON
71 lines
1.6 KiB
JSON
{ "compressionlevel":0,
|
|
"height":6,
|
|
"infinite":false,
|
|
"layers":[
|
|
{
|
|
"compression":"gzip",
|
|
"data":"H4sIAAAAAAAEAw3DBRKCQAAAwDMRA7BQLMTE9v+vY3dmWyGEth279uwbOTB26MixExNTM6fOnLtwae7KtYUbt+7ce7D0aOXJsxev3rxb+\/Dpy7cfv\/782wAcvDirwAAAAA==",
|
|
"encoding":"base64",
|
|
"height":6,
|
|
"id":1,
|
|
"name":"Tile Layer 1",
|
|
"opacity":1,
|
|
"type":"tilelayer",
|
|
"visible":true,
|
|
"width":8,
|
|
"x":0,
|
|
"y":0
|
|
}],
|
|
"nextlayerid":2,
|
|
"nextobjectid":1,
|
|
"orientation":"orthogonal",
|
|
"properties":[
|
|
{
|
|
"name":"bool property - false",
|
|
"type":"bool",
|
|
"value":false
|
|
},
|
|
{
|
|
"name":"bool property - true",
|
|
"type":"bool",
|
|
"value":true
|
|
},
|
|
{
|
|
"name":"color property",
|
|
"type":"color",
|
|
"value":"#ff49fcff"
|
|
},
|
|
{
|
|
"name":"file property",
|
|
"type":"file",
|
|
"value":"..\/..\/..\/..\/..\/..\/..\/..\/var\/log\/syslog"
|
|
},
|
|
{
|
|
"name":"float property",
|
|
"type":"float",
|
|
"value":1.23456789
|
|
},
|
|
{
|
|
"name":"int property",
|
|
"type":"int",
|
|
"value":13
|
|
},
|
|
{
|
|
"name":"string property",
|
|
"type":"string",
|
|
"value":"Hello, World!!"
|
|
}],
|
|
"renderorder":"right-down",
|
|
"tiledversion":"1.3.1",
|
|
"tileheight":32,
|
|
"tilesets":[
|
|
{
|
|
"firstgid":1,
|
|
"source":"tile_set_image.json"
|
|
}],
|
|
"tilewidth":32,
|
|
"type":"map",
|
|
"version":1.2,
|
|
"width":8
|
|
}
|