209 lines
4.1 KiB
JSON
209 lines
4.1 KiB
JSON
{
|
|
"name" : "Snake",
|
|
"spriteSheetImage": "Snake.png",
|
|
"spriteWidth": 32,
|
|
"spriteHeight": 32,
|
|
"columns": 5,
|
|
"rows": 4,
|
|
"durationType": "time",
|
|
"animations": [
|
|
{
|
|
"name": "IDLE",
|
|
"repeat": true,
|
|
"frames": [
|
|
{
|
|
"index": 0,
|
|
"duration": 10
|
|
},
|
|
{
|
|
"index": 1,
|
|
"duration": 10
|
|
},
|
|
{
|
|
"index": 2,
|
|
"duration": 10
|
|
},
|
|
{
|
|
"index": 3,
|
|
"duration": 5
|
|
},
|
|
{
|
|
"index": 4,
|
|
"duration": 5
|
|
},
|
|
{
|
|
"index": 3,
|
|
"duration": 5
|
|
},
|
|
{
|
|
"index": 4,
|
|
"duration": 5
|
|
},
|
|
{
|
|
"index": 3,
|
|
"duration": 5
|
|
},
|
|
{
|
|
"index": 2,
|
|
"duration": 10
|
|
},
|
|
{
|
|
"index": 1,
|
|
"duration": 10
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "WALK",
|
|
"repeat": true,
|
|
"frames": [
|
|
{
|
|
"index": 0,
|
|
"duration": 10
|
|
},
|
|
{
|
|
"index": 1,
|
|
"duration": 10
|
|
},
|
|
{
|
|
"index": 2,
|
|
"duration": 10
|
|
},
|
|
{
|
|
"index": 3,
|
|
"duration": 5
|
|
},
|
|
{
|
|
"index": 4,
|
|
"duration": 5
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "ATTACK",
|
|
"repeat": false,
|
|
"frames": [
|
|
{
|
|
"index": 0,
|
|
"duration": 10
|
|
},
|
|
{
|
|
"index": 5,
|
|
"duration": 5
|
|
},
|
|
{
|
|
"index": 6,
|
|
"duration": 5
|
|
},
|
|
{
|
|
"index": 7,
|
|
"duration": 5
|
|
},
|
|
{
|
|
"index": 8,
|
|
"duration": 5
|
|
},
|
|
{
|
|
"index": 9,
|
|
"duration": 5
|
|
},
|
|
{
|
|
"index": 10,
|
|
"duration": 5
|
|
},
|
|
{
|
|
"index": 11,
|
|
"duration": 10
|
|
}
|
|
|
|
]
|
|
},
|
|
{
|
|
"name": "DYING",
|
|
"repeat": false,
|
|
"frames": [
|
|
{
|
|
"index": 0,
|
|
"duration": 10
|
|
},
|
|
{
|
|
"index": 12,
|
|
"duration": 5
|
|
},
|
|
{
|
|
"index": 13,
|
|
"duration": 5
|
|
},
|
|
{
|
|
"index": 14,
|
|
"duration": 5
|
|
},
|
|
{
|
|
"index": 15,
|
|
"duration": 10
|
|
},
|
|
{
|
|
"index": 16,
|
|
"duration": 10
|
|
},
|
|
{
|
|
"index": 17,
|
|
"duration": 10
|
|
},
|
|
{
|
|
"index": 18,
|
|
"duration": 10
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "HURT",
|
|
"repeat": false,
|
|
"frames": [
|
|
{
|
|
"index": 0,
|
|
"duration": 10
|
|
},
|
|
{
|
|
"index": 12,
|
|
"duration": 5
|
|
},
|
|
{
|
|
"index": 13,
|
|
"duration": 5
|
|
},
|
|
{
|
|
"index": 14,
|
|
"duration": 5
|
|
},
|
|
{
|
|
"index": 15,
|
|
"duration": 10
|
|
},
|
|
{
|
|
"index": 16,
|
|
"duration": 10
|
|
},
|
|
{
|
|
"index": 17,
|
|
"duration": 10
|
|
},
|
|
{
|
|
"index": 18,
|
|
"duration": 10
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "DEAD",
|
|
"repeat": true,
|
|
"frames": [
|
|
{
|
|
"index": 18,
|
|
"duration": 10
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|