update Hiro fall and jump animation

This commit is contained in:
Kelly Peng 2022-04-14 01:08:28 -04:00
parent 6e34e8b2d4
commit d92be29689
2 changed files with 13 additions and 5 deletions

View File

@ -64,12 +64,12 @@
"repeat": true, "repeat": true,
"frames": [ "frames": [
{ {
"index": 0, "index": 44,
"duration": 150 "duration": 100
}, },
{ {
"index": 1, "index": 45,
"duration": 150 "duration": 100
} }
] ]
@ -84,11 +84,19 @@
}, },
{ {
"index": 31, "index": 31,
"duration": 150 "duration": 100
}, },
{ {
"index": 32, "index": 32,
"duration": 150 "duration": 150
},
{
"index": 31,
"duration": 100
},
{
"index": 30,
"duration": 150
} }
] ]
}, },

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 19 KiB