feat: tileset geometry
This commit is contained in:
parent
ca33236fd1
commit
cdeed26aab
|
@ -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]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user