ShatteredSword/dist/shattered_sword_assets/spritesheets/Archer.json
2022-04-25 12:01:59 -04:00

22 lines
373 B
JSON

{
"name" : "Archer",
"spriteSheetImage": "Archer.png",
"spriteWidth": 64,
"spriteHeight": 64,
"columns": 1,
"rows": 1,
"durationType": "time",
"animations": [
{
"name": "IDLE",
"repeat": true,
"frames": [
{
"index": 0,
"duration": 20
}
]
}
]
}