mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-27 14:52:15 +01:00
29 lines
610 B
JSON
29 lines
610 B
JSON
{ "compressionlevel":0,
|
|
"height":6,
|
|
"infinite":false,
|
|
"layers":[],
|
|
"nextlayerid":2,
|
|
"nextobjectid":1,
|
|
"orientation":"orthogonal",
|
|
"renderorder":"right-down",
|
|
"tiledversion":"1.9.0",
|
|
"tileheight":32,
|
|
"tilesets":[
|
|
{
|
|
"columns":8,
|
|
"firstgid":1,
|
|
"image":"..\/..\/images\/tmw_desert_spacing.png",
|
|
"imageheight":199,
|
|
"imagewidth":265,
|
|
"margin":1,
|
|
"name":"tileset",
|
|
"spacing":1,
|
|
"tilecount":48,
|
|
"tileheight":32,
|
|
"tilewidth":32
|
|
}],
|
|
"tilewidth":32,
|
|
"type":"map",
|
|
"version":"1.9",
|
|
"width":8
|
|
} |