CSE380/hw4/dist/hw4_assets/spritesheets/knife_enemy.json
2022-05-23 06:00:37 -04:00

19 lines
506 B
JSON

{
"name": "TopdownEnemy1",
"spriteSheetImage": "knife_enemy.png",
"spriteWidth": 16,
"spriteHeight": 16,
"columns": 5,
"rows": 1,
"durationType": "time",
"animations": [
{
"name": "IDLE",
"frames": [ {"index": 0, "duration": 1} ]
},
{
"name": "WALK",
"frames": [ {"index": 1, "duration": 16}, {"index": 2, "duration": 16}, {"index": 3, "duration": 16}, {"index": 4, "duration": 16} ]
}
]
}