2022-04-12 00:08:57 -04:00
|
|
|
{
|
|
|
|
"name": "slice",
|
2022-04-25 23:57:13 -04:00
|
|
|
"spriteSheetImage": "slice_black.png",
|
2022-04-12 00:08:57 -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} ]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|