ghost idle anim. uses all images
parent
ccbf871e47
commit
bb19ba4602
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue