[Fluff] DIGGLER2009 ghost animation (#914)

This commit is contained in:
BIGZi0348
2025-03-08 18:44:27 +03:00
committed by GitHub
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

@@ -1,14 +1,41 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by Armolitskiy",
"size": {
"x": 96,
"y": 96
},
"states": [
{
"name": "animated"
}
]
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by Armolitskiy",
"size": {
"x": 96,
"y": 96
},
"states": [
{
"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
]
]
}
]
}