67 lines
1.2 KiB
JSON
67 lines
1.2 KiB
JSON
{
|
|
"name" : "Tiger",
|
|
"spriteSheetImage": "Tiger.png",
|
|
"spriteWidth": 192,
|
|
"spriteHeight": 192,
|
|
"columns": 3,
|
|
"rows": 3,
|
|
"durationType": "time",
|
|
"animations": [
|
|
{
|
|
"name": "IDLE",
|
|
"repeat": true,
|
|
"frames": [
|
|
{
|
|
"index": 0,
|
|
"duration": 150
|
|
}
|
|
|
|
]
|
|
},
|
|
{
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|