ghost animation

This commit is contained in:
keslik
2025-03-08 18:20:07 +03:00
parent 204b5cc78c
commit dd0668105a
2 changed files with 39 additions and 12 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

@@ -8,7 +8,34 @@
}, },
"states": [ "states": [
{ {
"name": "animated" "name": "animated",
"directions": 4,
"delays": [
[
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2
]
]
} }
] ]
} }