tin-engine
Version:
Simple game engine to make small canvas based games using es6
55 lines • 1.39 kB
JSON
{ "compressionlevel":-1,
"height":10,
"infinite":false,
"layers":[
{
"data":[4, 4, 5, 5, 5, 2, 1, 1, 1, 3,
4, 5, 4, 5, 5, 2, 1, 1, 3, 1,
4, 4, 5, 5, 5, 2, 1, 1, 1, 3,
4, 5, 4, 5, 5, 2, 1, 1, 3, 1,
4, 4, 5, 5, 5, 2, 1, 1, 1, 3,
4, 5, 4, 5, 5, 2, 1, 1, 3, 1,
4, 4, 5, 5, 5, 2, 1, 1, 1, 3,
4, 5, 4, 5, 5, 2, 1, 1, 3, 1,
4, 4, 5, 5, 5, 2, 1, 1, 1, 3,
4, 5, 4, 5, 5, 2, 1, 1, 3, 1],
"height":10,
"id":1,
"name":"Tile Layer 1",
"opacity":1,
"type":"tilelayer",
"visible":true,
"width":10,
"x":0,
"y":0
}],
"nextlayerid":2,
"nextobjectid":1,
"orientation":"isometric",
"renderorder":"right-down",
"tiledversion":"1.9.0",
"tileheight":32,
"tilesets":[
{
"columns":2,
"firstgid":1,
"image":"isometrictileset.png",
"imageheight":144,
"imagewidth":128,
"margin":0,
"name":"isometrictileset",
"spacing":0,
"tilecount":6,
"tileheight":48,
"tileoffset":
{
"x":0,
"y":16
},
"tilewidth":64
}],
"tilewidth":64,
"type":"map",
"version":"1.9",
"width":10
}