1
0
Fork 0
gai-ca2/project/assets/tilemap/tilemaps/sprite.json

30 lines
373 B
JSON

{
"height": 320,
"layers": [
{
"cels": [
{
"frame": 0,
"image": "tilemaps\\tilemap_ground.png"
}
],
"name": "ground"
},
{
"cels": [
{
"frame": 0,
"image": "tilemaps\\tilemap_objects.png"
}
],
"name": "objects"
}
],
"filename": "tilemaps.aseprite",
"frames": [
{
"duration": 0.1
}
],
"width": 320
}