ShatteredSword/dist/shattered_sword_assets/spritesheets/slice.json
OfficialCHenry eefc91944d Added Attack
used old slice anim + knife datatype, change when we have the chance.
2022-04-09 04:49:30 -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} ]
}
]
}