[feat] Custom ghost sprite

This commit is contained in:
rhailrake
2023-05-01 17:32:16 +06:00
committed by Aviu00
parent 413f51d5f5
commit cc985e57be
11 changed files with 259 additions and 0 deletions

View File

@@ -0,0 +1,57 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by MOYAMAMA",
"size": {
"x": 48,
"y": 64
},
"states": [
{
"name": "animated",
"directions": 4,
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.3,
0.2,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.3,
0.2,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.3,
0.2,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.3,
0.2,
0.1,
0.1
]
]
}
]
}