tin-engine
Version:
Simple game engine to make small canvas based games using es6
49 lines • 1.14 kB
JSON
{ "backgroundcolor":"#1d48ad",
"compressionlevel":-1,
"height":5,
"hexsidelength":16,
"infinite":false,
"layers":[
{
"data":[0, 2, 1, 3, 0,
3, 4, 1073741829, 3, 0,
5, 2147483650, 1, 5, 3221225473,
2, 1073741829, 1073741825, 4, 0,
0, 1, 4, 2, 0],
"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":"hexagonal",
"renderorder":"right-down",
"staggeraxis":"y",
"staggerindex":"odd",
"tiledversion":"1.9.0",
"tileheight":32,
"tilesets":[
{
"columns":2,
"firstgid":1,
"image":"hexagonaltileset.png",
"imageheight":96,
"imagewidth":64,
"margin":0,
"name":"hexagonaltileset",
"spacing":0,
"tilecount":6,
"tileheight":32,
"tilewidth":32
}],
"tilewidth":32,
"type":"map",
"version":"1.9",
"width":5
}