ShatteredSword/dist/shattered_sword_assets/spritesheets/Bull.json

124 lines
2.4 KiB
JSON
Raw Normal View History

2022-04-25 11:15:24 -04:00
{
"name" : "Bull",
"spriteSheetImage": "Bull.png",
2022-04-25 12:23:39 -04:00
"spriteWidth": 64,
2022-04-25 11:15:24 -04:00
"spriteHeight": 64,
2022-04-25 12:23:39 -04:00
"width": 256,
"height": 64,
2022-05-01 04:26:46 -04:00
"columns": 13,
2022-04-25 11:15:24 -04:00
"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
}
]
2022-05-01 04:26:46 -04:00
},
{
"name": "CHARGE",
"repeat": false,
"frames": [
{
"index": 0,
"duration": 20
}
]
},
{
"name": "ATTACK",
"repeat": true,
"frames": [
{
"index": 4,
"duration": 10
},
{
"index": 5,
"duration": 10
},
{
"index": 6,
"duration": 10
},
{
"index": 7,
"duration": 10
},
{
"index": 8,
"duration": 10
},
{
"index": 9,
"duration": 10
}
]
},
{
2022-05-09 00:33:08 -04:00
"name": "HURT",
2022-05-01 04:26:46 -04:00
"repeat": false,
"frames": [
{
"index": 10,
"duration": 5
},
{
"index": 11,
"duration": 5
},
{
"index": 10,
"duration": 5
},
{
"index": 11,
"duration": 5
},
{
"index": 10,
"duration": 5
},
{
"index": 11,
"duration": 5
},
{
"index": 10,
"duration": 5
},
{
"index": 11,
"duration": 5
}
]
},
{
"name": "DEAD",
"repeat": true,
"frames": [
{
"index": 12,
"duration": 20
}
]
2022-04-25 11:15:24 -04:00
}
]
}