update tiger sprite with attack and charge
This commit is contained in:
parent
8ee836e375
commit
c2e24c694a
|
@ -13,7 +13,7 @@
|
|||
"frames": [
|
||||
{
|
||||
"index": 0,
|
||||
"duration": 150
|
||||
"duration": 10
|
||||
}
|
||||
|
||||
]
|
||||
|
@ -24,19 +24,19 @@
|
|||
"frames": [
|
||||
{
|
||||
"index": 1,
|
||||
"duration": 150
|
||||
"duration": 10
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"duration": 150
|
||||
"duration": 10
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"duration": 150
|
||||
"duration": 10
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"duration": 150
|
||||
"index": 2,
|
||||
"duration": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -46,19 +46,19 @@
|
|||
"frames": [
|
||||
{
|
||||
"index": 1,
|
||||
"duration": 150
|
||||
"duration": 10
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"duration": 150
|
||||
"duration": 10
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"duration": 150
|
||||
"duration": 10
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"duration": 150
|
||||
"index": 2,
|
||||
"duration": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -66,22 +66,44 @@
|
|||
"name": "WALK_LEFT",
|
||||
"repeat": true,
|
||||
"frames": [
|
||||
{
|
||||
"index": 4,
|
||||
"duration": 10
|
||||
},
|
||||
{
|
||||
"index": 5,
|
||||
"duration": 150
|
||||
"duration": 10
|
||||
},
|
||||
{
|
||||
"index": 6,
|
||||
"duration": 150
|
||||
"duration": 10
|
||||
},
|
||||
{
|
||||
"index": 5,
|
||||
"duration": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "CHARGE",
|
||||
"repeat": false,
|
||||
"frames": [
|
||||
{
|
||||
"index": 7,
|
||||
"duration": 150
|
||||
},
|
||||
"duration": 20
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "ATTACK",
|
||||
"repeat": false,
|
||||
"frames": [
|
||||
{
|
||||
"index": 8,
|
||||
"duration": 150
|
||||
"duration": 20
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
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: 5.8 KiB After Width: | Height: | Size: 7.8 KiB |
Loading…
Reference in New Issue
Block a user