sep-pm-platformer/project/data/sprites/sprites.json

92 lines
1.3 KiB
JSON

[
{
"id": "test_1",
"subsheets": [
{
"id": "walk_l",
"delays": [
1,
2,
3,
1
],
"width": 16,
"height": 16
},
{
"id": "idle",
"delays": [
1,
1,
3,
1,
1
],
"width": 16,
"height": 16
},
{
"id": "walk_r",
"delays": [
1,
1,
1,
1
],
"width": 16,
"height": 16
},
{
"id": "other_test",
"delays": [
1,
1,
1
],
"width": 16,
"height": 16
}
]
},
{
"id": "ghost_character",
"subsheets": [
{
"id": "idle",
"delays": [
40,
10
],
"width": 24,
"height": 36
},
{
"id": "walk_l",
"delays": [
1,
1
],
"width": 24,
"height": 36
},
{
"id": "walk_r",
"delays": [
1,
1
],
"width": 24,
"height": 36
},
{
"id": "jump",
"delays": [
1,
1
],
"width": 24,
"height": 36
}
]
}
]