mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2026-01-01 09:03:41 +01:00
125 lines
3.1 KiB
JSON
125 lines
3.1 KiB
JSON
{ "columns":0,
|
|
"grid":
|
|
{
|
|
"height":1,
|
|
"orientation":"orthogonal",
|
|
"width":1
|
|
},
|
|
"margin":0,
|
|
"name":"tileset",
|
|
"spacing":0,
|
|
"tilecount":5,
|
|
"tiledversion":"1.9.1",
|
|
"tileheight":32,
|
|
"tiles":[
|
|
{
|
|
"animation":[
|
|
{
|
|
"duration":100,
|
|
"tileid":0
|
|
},
|
|
{
|
|
"duration":100,
|
|
"tileid":1
|
|
},
|
|
{
|
|
"duration":100,
|
|
"tileid":2
|
|
},
|
|
{
|
|
"duration":100,
|
|
"tileid":3
|
|
}],
|
|
"class":"tile",
|
|
"id":0,
|
|
"image":"..\/..\/images\/tile_01.png",
|
|
"imageheight":32,
|
|
"imagewidth":32,
|
|
"properties":[
|
|
{
|
|
"name":"float property",
|
|
"type":"float",
|
|
"value":2.2
|
|
}]
|
|
},
|
|
{
|
|
"class":"tile",
|
|
"id":1,
|
|
"image":"..\/..\/images\/tile_02.png",
|
|
"imageheight":32,
|
|
"imagewidth":32,
|
|
"objectgroup":
|
|
{
|
|
"draworder":"index",
|
|
"name":"",
|
|
"objects":[
|
|
{
|
|
"class":"",
|
|
"height":13.7196924896511,
|
|
"id":2,
|
|
"name":"",
|
|
"rotation":0,
|
|
"visible":true,
|
|
"width":14.4766410408043,
|
|
"x":13.4358367829687,
|
|
"y":13.5304553518628
|
|
},
|
|
{
|
|
"class":"",
|
|
"ellipse":true,
|
|
"height":11.070372560615,
|
|
"id":3,
|
|
"name":"",
|
|
"rotation":0,
|
|
"visible":true,
|
|
"width":14.287403903016,
|
|
"x":13.8143110585452,
|
|
"y":1.98698994677705
|
|
}],
|
|
"opacity":1,
|
|
"type":"objectgroup",
|
|
"visible":true,
|
|
"x":0,
|
|
"y":0
|
|
},
|
|
"properties":[
|
|
{
|
|
"name":"string property",
|
|
"type":"string",
|
|
"value":"testing"
|
|
}]
|
|
},
|
|
{
|
|
"class":"tile",
|
|
"id":2,
|
|
"image":"..\/..\/images\/tile_03.png",
|
|
"imageheight":32,
|
|
"imagewidth":32,
|
|
"properties":[
|
|
{
|
|
"name":"bool property",
|
|
"type":"bool",
|
|
"value":true
|
|
}]
|
|
},
|
|
{
|
|
"class":"tile",
|
|
"id":3,
|
|
"image":"..\/..\/images\/tile_04.png",
|
|
"imageheight":32,
|
|
"imagewidth":32
|
|
},
|
|
{
|
|
"height":32,
|
|
"id":4,
|
|
"image":"..\/..\/images\/tile_05.png",
|
|
"imageheight":32,
|
|
"imagewidth":64,
|
|
"width":32,
|
|
"x":32,
|
|
"y":0
|
|
}],
|
|
"tilewidth":32,
|
|
"type":"tileset",
|
|
"version":"1.9"
|
|
} |