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

298 lines
4.3 KiB
JSON
Raw Normal View History

2023-03-24 17:41:48 +01:00
[
{
"id": "test_1",
"subsheets": [
{
"id": "walk_l",
"delays": [
1,
2,
3,
1
],
"width": 16,
"height": 16
2023-03-24 17:41:48 +01:00
},
{
"id": "idle",
"delays": [
1,
1,
3,
1,
1
],
"width": 16,
"height": 16
2023-03-24 17:41:48 +01:00
},
{
"id": "walk_r",
"delays": [
1,
1,
1,
1
],
"width": 16,
"height": 16
2023-03-24 17:41:48 +01:00
},
{
"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
2023-03-24 17:41:48 +01:00
}
]
2023-03-26 15:14:06 +02:00
},
{
"id": "tutorial_block_full",
"subsheets": [
{
2023-03-27 11:46:03 +02:00
"id": "on",
2023-03-26 15:14:06 +02:00
"delays": [
1
],
"width": 16,
"height": 16
},
{
2023-03-27 11:46:03 +02:00
"id": "off",
2023-03-26 15:14:06 +02:00
"delays": [
1
],
"width": 16,
"height": 16
},
{
"id": "3",
"delays": [
1
],
"width": 16,
"height": 16
}
]
2023-03-26 17:12:12 +02:00
},
{
"id": "castle_block_full",
"subsheets": [
{
"id": "1",
"delays": [
1
],
"width": 12,
"height": 12
},
{
"id": "2",
"delays": [
1
],
"width": 12,
"height": 12
},
{
"id": "3",
"delays": [
1
],
"width": 12,
"height": 12
}
]
2023-03-27 11:46:03 +02:00
},
{
"id": "castle_block_wall_left",
"subsheets": [
{
"id": "1",
"delays": [
1
],
"width": 12,
"height": 12
},
{
"id": "2",
"delays": [
1
],
"width": 12,
"height": 12
},
{
"id": "3",
"delays": [
1
],
"width": 12,
"height": 12
}
]
},
{
"id": "castle_block_wall_right",
"subsheets": [
{
"id": "1",
"delays": [
1
],
"width": 12,
"height": 12
},
{
"id": "2",
"delays": [
1
],
"width": 12,
"height": 12
},
{
"id": "3",
"delays": [
1
],
"width": 12,
"height": 12
}
]
},
{
"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
}
]
},
{
"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
}
]
2023-03-24 17:41:48 +01:00
}
]