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

30 lines
373 B
JSON

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