ShatteredSword/dist/hw4_assets/spritesheets/ghostBunny.json

22 lines
574 B
JSON
Raw Normal View History

{
"name": "GhostBunny",
"spriteSheetImage": "ghostBunny.png",
"spriteWidth": 16,
"spriteHeight": 16,
"columns": 5,
"rows": 1,
"animations": [
{
"name": "IDLE",
"frames": [ {"index": 0, "duration": 1} ]
},
{
"name": "WALK",
"frames": [ {"index": 0, "duration": 16}, {"index": 1, "duration": 16}]
},
{
"name": "DYING",
"frames": [ {"index": 2, "duration": 8}, {"index": 3, "duration": 8}, {"index": 4, "duration": 8}]
}
]
}