ShatteredSword/dist/shattered_sword_assets/spritesheets/Tiger.json

67 lines
1.2 KiB
JSON
Raw Normal View History

2022-04-11 16:28:58 -04:00
{
"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
}
]
}
]
}