CSE380/hw4/dist/hw4_assets/spritesheets/slice.json
2022-05-23 06:00:37 -04:00

19 lines
462 B
JSON

{
"name": "slice",
"spriteSheetImage": "slice.png",
"spriteWidth": 16,
"spriteHeight": 16,
"columns": 4,
"rows": 1,
"durationType": "time",
"animations": [
{
"name": "NORMAL",
"frames": [ {"index": 0, "duration": 1} ]
},
{
"name": "SLICE",
"frames": [ {"index": 1, "duration": 2}, {"index": 2, "duration": 4}, {"index": 3, "duration": 2} ]
}
]
}