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

19 lines
504 B
JSON
Raw Permalink Normal View History

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