ShatteredSword/public/shattered_sword_assets/spritesheets/Archer.json

22 lines
373 B
JSON
Raw Normal View History

2022-04-25 23:57:13 -04:00
{
"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
}
]
}
]
}