feat: tileset geometry

This commit is contained in:
cha0s 2019-04-12 20:17:09 -05:00
parent ca33236fd1
commit cdeed26aab

View File

@ -1,4 +1,24 @@
{
"imageUri": "/tileset.png",
"tileSize": [16, 16]
}
"tileSize": [16, 16],
"geometry": {
"6": {
"type": "polygon",
"vertices": [
[0, 8],
[16, 8],
[16, 16],
[0, 16]
]
},
"7": {
"type": "polygon",
"vertices": [
[0, 8],
[16, 8],
[16, 16],
[0, 16]
]
}
}
}