add bull sprites

This commit is contained in:
Kelly Peng 2022-04-25 11:15:24 -04:00
parent 1d73a39bad
commit e4baad3f30
2 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,37 @@
{
"name" : "Bull",
"spriteSheetImage": "Bull.png",
"spriteWidth": 256,
"spriteHeight": 64,
"columns": 4,
"rows": 1,
"durationType": "time",
"animations": [
{
"name": "IDLE",
"repeat": true,
"frames": [
{
"index": 0,
"duration": 20
},
{
"index": 1,
"duration": 20
},
{
"index": 2,
"duration": 20
},
{
"index": 1,
"duration": 20
},
{
"index": 0,
"duration": 20
}
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB