update archer walking animation

This commit is contained in:
Kelly Peng 2022-05-09 15:26:55 -04:00
parent 4bd36085be
commit c3a614f90f
2 changed files with 23 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"spriteSheetImage": "Archer.png", "spriteSheetImage": "Archer.png",
"spriteWidth": 64, "spriteWidth": 64,
"spriteHeight": 64, "spriteHeight": 64,
"columns": 14, "columns": 18,
"rows": 1, "rows": 1,
"durationType": "time", "durationType": "time",
"animations": [ "animations": [
@ -116,6 +116,28 @@
"duration": 20 "duration": 20
} }
] ]
},
{
"name": "WALK",
"repeat": true,
"frames": [
{
"index": 14,
"duration": 10
},
{
"index": 15,
"duration": 10
},
{
"index": 16,
"duration": 10
},
{
"index": 17,
"duration": 10
}
]
} }
] ]
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB