update tiger animation with hurt and dead
This commit is contained in:
parent
7f9805da0e
commit
3511dbae8b
|
@ -3,7 +3,7 @@
|
|||
"spriteSheetImage": "Tiger.png",
|
||||
"spriteWidth": 64,
|
||||
"spriteHeight": 64,
|
||||
"columns": 3,
|
||||
"columns": 4,
|
||||
"rows": 3,
|
||||
"durationType": "time",
|
||||
"animations": [
|
||||
|
@ -105,6 +105,54 @@
|
|||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "HURT",
|
||||
"repeat": false,
|
||||
"frames": [
|
||||
{
|
||||
"index": 0,
|
||||
"duration": 5
|
||||
},
|
||||
{
|
||||
"index": 10,
|
||||
"duration": 5
|
||||
},
|
||||
{
|
||||
"index": 0,
|
||||
"duration": 5
|
||||
},
|
||||
{
|
||||
"index": 10,
|
||||
"duration": 5
|
||||
},
|
||||
{
|
||||
"index": 0,
|
||||
"duration": 5
|
||||
},
|
||||
{
|
||||
"index": 10,
|
||||
"duration": 5
|
||||
},
|
||||
{
|
||||
"index": 0,
|
||||
"duration": 5
|
||||
},
|
||||
{
|
||||
"index": 10,
|
||||
"duration": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "DEAD",
|
||||
"repeat": true,
|
||||
"frames": [
|
||||
{
|
||||
"index": 10,
|
||||
"duration": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
BIN
dist/shattered_sword_assets/spritesheets/Tiger.png
vendored
BIN
dist/shattered_sword_assets/spritesheets/Tiger.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 8.6 KiB |
Loading…
Reference in New Issue
Block a user