CSE380/hw4/dist/hw4_assets/spritesheets/custom_enemy1.json

19 lines
508 B
JSON
Raw Permalink Normal View History

2022-05-23 06:00:37 -04:00
{
"name": "TopdownEnemy4",
"spriteSheetImage": "custom_enemy1.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} ]
}
]
}