mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-27 22:59:48 +01:00
big time reset, we are not using TMX anymore, but instead using the JS format because it is way simpler to parse
68 lines
1.6 KiB
JSON
68 lines
1.6 KiB
JSON
{ "compressionlevel":0,
|
|
"height":6,
|
|
"infinite":false,
|
|
"layers":[
|
|
{
|
|
"data":[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48],
|
|
"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.json"
|
|
}],
|
|
"tilewidth":32,
|
|
"type":"map",
|
|
"version":1.2,
|
|
"width":8
|
|
} |