ShatteredSword/dist/shattered_sword_assets/spritesheets/FinalBoss.json

148 lines
2.9 KiB
JSON
Raw Normal View History

2022-05-09 00:33:08 -04:00
{
"name" : "FinalBoss",
"spriteSheetImage": "FinalBoss.png",
"spriteWidth": 80,
"spriteHeight": 80,
2022-05-09 16:04:09 -04:00
"columns": 19,
"rows": 1,
"durationType": "time",
"animations": [
{
"name": "IDLE",
"repeat": true,
"frames": [
2022-05-09 10:32:05 -04:00
{
"index": 0,
"duration": 10
},
{
"index": 1,
"duration": 10
},
{
"index": 2,
"duration": 10
},
{
"index": 3,
"duration": 10
}
]
},
{
"name": "CHARGE",
"repeat": false,
"frames": [
{
2022-05-09 10:32:05 -04:00
"index": 4,
"duration": 10
},
{
"index": 5,
"duration": 10
},
{
"index": 6,
"duration": 10
}
]
},
{
"name": "ATTACK",
"repeat": true,
"frames": [
{
2022-05-09 10:32:05 -04:00
"index": 7,
"duration": 10
2022-05-09 10:32:05 -04:00
},
{
"index": 8,
"duration": 10
},
{
"index": 9,
"duration": 8
},
{
"index": 10,
"duration": 8
},
{
"index": 11,
"duration": 8
},
{
"index": 12,
"duration": 8
}
]
},
{
"name": "HURT",
"repeat": false,
"frames": [
{
2022-05-09 10:32:05 -04:00
"index": 13,
"duration": 5
},
{
2022-05-09 10:32:05 -04:00
"index": 14,
"duration": 5
},
{
2022-05-09 10:32:05 -04:00
"index": 13,
"duration": 5
},
{
2022-05-09 10:32:05 -04:00
"index": 14,
"duration": 5
},
{
2022-05-09 10:32:05 -04:00
"index": 13,
"duration": 5
},
{
2022-05-09 10:32:05 -04:00
"index": 14,
"duration": 5
},
{
2022-05-09 10:32:05 -04:00
"index": 13,
"duration": 5
},
{
2022-05-09 10:32:05 -04:00
"index": 14,
"duration": 5
2022-05-09 10:32:05 -04:00
}
]
},
{
"name": "DEAD",
"repeat": true,
"frames": [
{
2022-05-09 10:32:05 -04:00
"index": 15,
"duration": 20
}
]
2022-05-09 16:04:09 -04:00
},
{
"name": "WALK",
"repeat": true,
"frames": [
{
"index": 16,
"duration": 15
},
{
"index": 17,
"duration": 15
},
{
"index": 18,
"duration": 15
}
]
}
2022-05-09 00:33:08 -04:00
]
}