ShatteredSword/dist/hw4_assets/spritesheets/hopper.json

26 lines
941 B
JSON
Raw Normal View History

{
"name": "Hopper",
"spriteSheetImage": "hopper.png",
"spriteWidth": 16,
"spriteHeight": 16,
"columns": 15,
"rows": 1,
"animations": [
{
"name": "IDLE",
"frames": [ {"index": 0, "duration": 1} ]
},
{
"name": "WALK",
"frames": [ {"index": 0, "duration": 16}, {"index": 1, "duration": 16}, {"index": 2, "duration": 16}, {"index": 3, "duration": 16}, {"index": 4, "duration": 16}, {"index": 5, "duration": 16}, {"index": 6, "duration": 16}, {"index": 7, "duration": 16} ]
},
{
"name": "JUMP",
"frames":[ {"index": 8, "duration": 8}, {"index": 9, "duration": 8}, {"index": 10, "duration": 8}, {"index": 11, "duration": 8}]
},
{
"name": "DYING",
"frames":[ {"index": 12, "duration": 8}, {"index": 13, "duration": 8}, {"index": 14, "duration": 8} ]
}
]
}