add archer sprite

This commit is contained in:
Kelly Peng 2022-04-25 12:01:59 -04:00
parent e4baad3f30
commit ede5b07a7d
3 changed files with 21 additions and 4 deletions

View File

@ -0,0 +1,21 @@
{
"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
}
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 944 B

View File

@ -26,10 +26,6 @@
{
"index": 1,
"duration": 20
},
{
"index": 0,
"duration": 20
}
]
}