27 lines
926 B
JSON
27 lines
926 B
JSON
{
|
|
"name": "PlatformPlayer",
|
|
"spriteSheetImage": "platformPlayer.png",
|
|
"spriteWidth": 16,
|
|
"spriteHeight": 16,
|
|
"columns": 7,
|
|
"rows": 1,
|
|
"durationType": "time",
|
|
"animations": [
|
|
{
|
|
"name": "IDLE",
|
|
"frames": [ {"index": 0, "duration": 540}, {"index": 1, "duration": 16}, {"index": 2, "duration": 16}, {"index": 3, "duration": 16}, {"index": 0, "duration": 360}, {"index": 1, "duration": 16}, {"index": 2, "duration": 16}, {"index": 3, "duration": 16}]
|
|
},
|
|
{
|
|
"name": "WALK",
|
|
"frames": [ {"index": 0, "duration": 16}, {"index": 4, "duration": 16}, {"index": 0, "duration": 16}, {"index": 5, "duration": 16} ]
|
|
},
|
|
{
|
|
"name": "JUMP",
|
|
"frames":[ {"index": 6, "duration": 32}]
|
|
},
|
|
{
|
|
"name": "FALL",
|
|
"frames":[ {"index": 4, "duration": 32}]
|
|
}
|
|
]
|
|
} |