update bull sprite with walking animation
This commit is contained in:
parent
9894fddb50
commit
a3a926bb16
|
@ -3,9 +3,7 @@
|
|||
"spriteSheetImage": "Bull.png",
|
||||
"spriteWidth": 64,
|
||||
"spriteHeight": 64,
|
||||
"width": 256,
|
||||
"height": 64,
|
||||
"columns": 13,
|
||||
"columns": 17,
|
||||
"rows": 1,
|
||||
"durationType": "time",
|
||||
"animations": [
|
||||
|
@ -118,6 +116,28 @@
|
|||
"duration": 20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "WALK",
|
||||
"repeat": true,
|
||||
"frames": [
|
||||
{
|
||||
"index": 13,
|
||||
"duration": 15
|
||||
},
|
||||
{
|
||||
"index": 14,
|
||||
"duration": 15
|
||||
},
|
||||
{
|
||||
"index": 15,
|
||||
"duration": 15
|
||||
},
|
||||
{
|
||||
"index": 16,
|
||||
"duration": 15
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
BIN
dist/shattered_sword_assets/spritesheets/Bull.png
vendored
BIN
dist/shattered_sword_assets/spritesheets/Bull.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 8.5 KiB |
Loading…
Reference in New Issue
Block a user