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