update bull sprite with walking animation

This commit is contained in:
Kelly Peng 2022-05-09 15:34:11 -04:00
parent 9894fddb50
commit a3a926bb16
2 changed files with 23 additions and 3 deletions

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB