ShatteredSword/dist/shattered_sword_assets/spritesheets/Bull.json
2022-04-25 12:01:59 -04:00

34 lines
628 B
JSON

{
"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
}
]
}
]
}