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

19 lines
503 B
JSON

{
"name": "TopdownPlayer2",
"spriteSheetImage": "player2.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} ]
}
]
}