Sprite changes

main
Yan Wittmann 2023-03-27 11:46:19 +02:00
parent e53c1084df
commit 123a028257
1 changed files with 78 additions and 58 deletions

View File

@ -1,91 +1,111 @@
[ [
{ {
"id": "test_1", "id": "goal_door",
"subsheets": [ "subsheets": [
{ {
"id": "walk_l", "id": "open",
"delays": [ "delays": [
1,
2,
3,
1 1
], ],
"width": 16, "width": 12,
"height": 16 "height": 12
}, },
{ {
"id": "idle", "id": "closed",
"delays": [ "delays": [
1,
1,
3,
1,
1 1
], ],
"width": 16, "width": 12,
"height": 16 "height": 12
},
{
"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", "id": "gate",
"subsheets": [ "subsheets": [
{ {
"id": "idle", "id": "1",
"delays": [ "delays": [
40, 1
10
], ],
"width": 24, "width": 12,
"height": 36 "height": 36
}, }
]
},
{
"id": "small_spike",
"subsheets": [
{ {
"id": "walk_l", "id": "1",
"delays": [
1
],
"width": 12,
"height": 12
}
]
},
{
"id": "lever",
"subsheets": [
{
"id": "on",
"delays": [ "delays": [
1,
1 1
], ],
"width": 24, "width": 24,
"height": 36 "height": 24
}, },
{ {
"id": "walk_r", "id": "off",
"delays": [ "delays": [
1,
1 1
], ],
"width": 24, "width": 24,
"height": 36 "height": 24
}
]
},
{
"id": "temp_blocks",
"subsheets": [
{
"id": "1",
"delays": [
1
],
"width": 12,
"height": 12
}, },
{ {
"id": "jump", "id": "2",
"delays": [
1
],
"width": 12,
"height": 12
}
]
},
{
"id": "pressureplate",
"subsheets": [
{
"id": "on",
"delays": [ "delays": [
1,
1 1
], ],
"width": 24, "width": 24,
"height": 36 "height": 12
},
{
"id": "off",
"delays": [
1
],
"width": 24,
"height": 12
} }
] ]
}, },
@ -93,28 +113,28 @@
"id": "tutorial_block_full", "id": "tutorial_block_full",
"subsheets": [ "subsheets": [
{ {
"id": "on", "id": "1",
"delays": [ "delays": [
1 1
], ],
"width": 16, "width": 12,
"height": 16 "height": 12
}, },
{ {
"id": "off", "id": "2",
"delays": [ "delays": [
1 1
], ],
"width": 16, "width": 12,
"height": 16 "height": 12
}, },
{ {
"id": "3", "id": "3",
"delays": [ "delays": [
1 1
], ],
"width": 16, "width": 12,
"height": 16 "height": 12
} }
] ]
}, },