ShatteredSword/dist/shattered_sword_assets/spritesheets/Tiger.json

159 lines
3.0 KiB
JSON
Raw Permalink Normal View History

2022-04-11 16:28:58 -04:00
{
"name" : "Tiger",
"spriteSheetImage": "Tiger.png",
"spriteWidth": 64,
"spriteHeight": 64,
"columns": 4,
2022-04-11 16:28:58 -04:00
"rows": 3,
"durationType": "time",
"animations": [
{
"name": "IDLE",
"repeat": true,
"frames": [
{
"index": 0,
"duration": 10
2022-04-11 16:28:58 -04:00
}
]
},
{
"name": "WALK",
"repeat": true,
"frames": [
{
"index": 1,
"duration": 10
},
{
"index": 2,
"duration": 10
},
{
"index": 3,
"duration": 10
},
{
"index": 2,
"duration": 10
}
]
},
2022-04-11 16:28:58 -04:00
{
"name": "WALK_RIGHT",
"repeat": true,
"frames": [
{
"index": 1,
"duration": 10
2022-04-11 16:28:58 -04:00
},
{
"index": 2,
"duration": 10
2022-04-11 16:28:58 -04:00
},
{
"index": 3,
"duration": 10
2022-04-11 16:28:58 -04:00
},
{
"index": 2,
"duration": 10
2022-04-11 16:28:58 -04:00
}
]
},
{
"name": "WALK_LEFT",
"repeat": true,
"frames": [
{
"index": 4,
"duration": 10
},
2022-04-11 16:28:58 -04:00
{
"index": 5,
"duration": 10
2022-04-11 16:28:58 -04:00
},
{
"index": 6,
"duration": 10
2022-04-11 16:28:58 -04:00
},
{
"index": 5,
"duration": 10
}
]
},
{
"name": "CHARGE",
"repeat": false,
"frames": [
2022-04-11 16:28:58 -04:00
{
"index": 7,
"duration": 20
}
]
},
{
"name": "ATTACK",
"repeat": false,
"frames": [
2022-04-11 16:28:58 -04:00
{
"index": 8,
"duration": 20
2022-04-11 16:28:58 -04:00
}
2022-04-11 16:28:58 -04:00
]
},
{
"name": "HURT",
"repeat": false,
"frames": [
{
"index": 0,
"duration": 5
},
{
"index": 10,
"duration": 5
},
{
"index": 0,
"duration": 5
},
{
"index": 10,
"duration": 5
},
{
"index": 0,
"duration": 5
},
{
"index": 10,
"duration": 5
},
{
"index": 0,
"duration": 5
},
{
"index": 10,
"duration": 5
}
]
},
{
"name": "DEAD",
"repeat": true,
"frames": [
{
"index": 10,
"duration": 10
}
]
2022-04-11 16:28:58 -04:00
}
]
}