{ "name" : "FinalBoss", "spriteSheetImage": "FinalBoss.png", "spriteWidth": 80, "spriteHeight": 80, "width": 800, "height": 80, "columns": 10, "rows": 1, "durationType": "time", "animations": [ { "name": "IDLE", "repeat": true, "frames": [ { "index": 0, "duration": 10 }, { "index": 1, "duration": 10 }, { "index": 2, "duration": 10 }, { "index": 3, "duration": 10 } ] }, { "name": "CHARGE", "repeat": false, "frames": [ { "index": 0, "duration": 20 } ] }, { "name": "ATTACK", "repeat": true, "frames": [ { "index": 0, "duration": 10 } ] }, { "name": "HURT", "repeat": false, "frames": [ { "index": 7, "duration": 5 }, { "index": 8, "duration": 5 }, { "index": 7, "duration": 5 }, { "index": 8, "duration": 5 }, { "index": 7, "duration": 5 }, { "index": 8, "duration": 5 }, { "index": 7, "duration": 5 }, { "index": 8, "duration": 5 }, ] }, { "name": "DEAD", "repeat": true, "frames": [ { "index": 9, "duration": 20 } ] } ] }