2022-04-09 04:49:30 -04:00
|
|
|
{
|
|
|
|
"name": "slice",
|
2022-04-23 18:53:29 -04:00
|
|
|
"spriteSheetImage": "slice_black.png",
|
2022-04-09 04:49:30 -04:00
|
|
|
"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} ]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|