ShatteredSword/dist/shattered_sword_assets/spritesheets/Archer.json

144 lines
2.8 KiB
JSON
Raw Normal View History

2022-04-25 12:01:59 -04:00
{
"name" : "Archer",
"spriteSheetImage": "Archer.png",
"spriteWidth": 64,
"spriteHeight": 64,
2022-05-09 15:26:55 -04:00
"columns": 18,
2022-04-25 12:01:59 -04:00
"rows": 1,
"durationType": "time",
"animations": [
{
"name": "IDLE",
"repeat": true,
"frames": [
{
"index": 0,
2022-05-05 17:22:53 -04:00
"duration": 10
},
{
"index": 1,
"duration": 10
},
{
"index": 2,
"duration": 10
},
{
"index": 3,
"duration": 10
}
]
},
{
"name": "CHARGE",
"repeat": false,
"frames": [
{
"index": 4,
"duration": 10
},
{
"index": 5,
"duration": 30
2022-05-05 17:22:53 -04:00
},
{
"index": 6,
"duration": 10
}
]
},
{
"name": "ATTACK",
"repeat": false,
"frames": [
{
"index": 7,
"duration": 10
},
{
"index": 8,
"duration": 10
},
{
"index": 9,
"duration": 10
},
{
"index": 10,
"duration": 10
}
]
},
{
"name": "HURT",
"repeat": false,
"frames": [
{
"index": 11,
"duration": 5
},
{
"index": 12,
"duration": 5
},
{
"index": 11,
"duration": 5
},
{
"index": 12,
"duration": 5
},
{
"index": 11,
"duration": 5
},
{
"index": 12,
"duration": 5
},
{
"index": 11,
"duration": 5
},
{
"index": 12,
"duration": 5
}
]
},
{
"name": "DEAD",
"repeat": true,
"frames": [
{
"index": 13,
2022-04-25 12:01:59 -04:00
"duration": 20
}
]
2022-05-09 15:26:55 -04:00
},
{
"name": "WALK",
"repeat": true,
"frames": [
{
"index": 14,
"duration": 10
},
{
"index": 15,
"duration": 10
},
{
"index": 16,
"duration": 10
},
{
"index": 17,
"duration": 10
}
]
2022-04-25 12:01:59 -04:00
}
]
}