mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-27 22:59:48 +01:00
27 lines
581 B
JSON
27 lines
581 B
JSON
{ "columns":8,
|
|
"fillmode":"preserve-aspect-fit",
|
|
"image":"..\/..\/images\/tmw_desert_spacing.png",
|
|
"imageheight":199,
|
|
"imagewidth":265,
|
|
"margin":1,
|
|
"name":"tile_set_image",
|
|
"objectalignment":"topleft",
|
|
"spacing":1,
|
|
"tilecount":48,
|
|
"tiledversion":"1.9.2",
|
|
"tileheight":32,
|
|
"tilerendersize":"grid",
|
|
"tiles":[
|
|
{
|
|
"id":0,
|
|
"properties":[
|
|
{
|
|
"name":"Test",
|
|
"type":"string",
|
|
"value":"test property"
|
|
}]
|
|
}],
|
|
"tilewidth":32,
|
|
"type":"tileset",
|
|
"version":"1.9"
|
|
} |