update tiger sprite with attack and charge

This commit is contained in:
Kelly Peng 2022-04-25 22:41:25 -04:00
parent 8ee836e375
commit c2e24c694a
2 changed files with 38 additions and 16 deletions

View File

@ -13,7 +13,7 @@
"frames": [ "frames": [
{ {
"index": 0, "index": 0,
"duration": 150 "duration": 10
} }
] ]
@ -24,19 +24,19 @@
"frames": [ "frames": [
{ {
"index": 1, "index": 1,
"duration": 150 "duration": 10
}, },
{ {
"index": 2, "index": 2,
"duration": 150 "duration": 10
}, },
{ {
"index": 3, "index": 3,
"duration": 150 "duration": 10
}, },
{ {
"index": 4, "index": 2,
"duration": 150 "duration": 10
} }
] ]
}, },
@ -46,19 +46,19 @@
"frames": [ "frames": [
{ {
"index": 1, "index": 1,
"duration": 150 "duration": 10
}, },
{ {
"index": 2, "index": 2,
"duration": 150 "duration": 10
}, },
{ {
"index": 3, "index": 3,
"duration": 150 "duration": 10
}, },
{ {
"index": 4, "index": 2,
"duration": 150 "duration": 10
} }
] ]
}, },
@ -66,22 +66,44 @@
"name": "WALK_LEFT", "name": "WALK_LEFT",
"repeat": true, "repeat": true,
"frames": [ "frames": [
{
"index": 4,
"duration": 10
},
{ {
"index": 5, "index": 5,
"duration": 150 "duration": 10
}, },
{ {
"index": 6, "index": 6,
"duration": 150 "duration": 10
}, },
{
"index": 5,
"duration": 10
}
]
},
{
"name": "CHARGE",
"repeat": false,
"frames": [
{ {
"index": 7, "index": 7,
"duration": 150 "duration": 20
}
]
}, },
{
"name": "ATTACK",
"repeat": false,
"frames": [
{ {
"index": 8, "index": 8,
"duration": 150 "duration": 20
} }
] ]
} }
] ]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB