add assassin walking animation

This commit is contained in:
Kelly Peng 2022-05-09 15:48:30 -04:00
parent 9f33647d2f
commit 21387377cc
2 changed files with 140 additions and 118 deletions

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB