ghost idle anim. uses all images

main
Jonas Wächter 2023-03-27 12:13:28 +02:00
parent ccbf871e47
commit bb19ba4602
1 changed files with 32 additions and 9 deletions

View File

@ -229,19 +229,27 @@
"id": "ghost_character", "id": "ghost_character",
"subsheets": [ "subsheets": [
{ {
"id": "idle", "id": "idle_r",
"delays": [ "delays": [
40, 20,
10 20,
20,
20,
20,
20
], ],
"width": 24, "width": 24,
"height": 36 "height": 36
}, },
{ {
"id": "walk_l", "id": "idle_l",
"delays": [ "delays": [
1, 20,
1 20,
20,
20,
20,
20
], ],
"width": 24, "width": 24,
"height": 36 "height": 36
@ -249,8 +257,23 @@
{ {
"id": "walk_r", "id": "walk_r",
"delays": [ "delays": [
1, 20,
1 20,
20,
20,
20
],
"width": 24,
"height": 36
},
{
"id": "walk_l",
"delays": [
20,
20,
20,
20,
20
], ],
"width": 24, "width": 24,
"height": 36 "height": 36