22 lines
373 B
JSON
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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|