ShatteredSword/dist/shattered_sword_assets/spritesheets/slice.json

19 lines
468 B
JSON
Raw Normal View History

{
"name": "slice",
"spriteSheetImage": "slice_black.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} ]
}
]
}