DotTiled/src/DotTiled.Tests/TestData/Maps/map-with-infinite-and-empty-chunks/map-with-infinite-and-empty-chunks.tmj

28 lines
527 B
Text
Raw Normal View History

{ "compressionlevel":-1,
"height":5,
"infinite":true,
"layers":[
{
"chunks":[],
"height":5,
"id":1,
"name":"Tile Layer 1",
"opacity":1,
"type":"tilelayer",
"visible":true,
"width":5,
"x":0,
"y":0
}],
"nextlayerid":2,
"nextobjectid":1,
"orientation":"orthogonal",
"renderorder":"right-down",
"tiledversion":"1.11.0",
"tileheight":32,
"tilesets":[],
"tilewidth":32,
"type":"map",
"version":"1.10",
"width":5
}