add: new ghost (#216)

This commit is contained in:
ThereDrD0
2024-03-17 20:04:49 +03:00
committed by GitHub
parent 0377fc7091
commit ddacfce03d
3 changed files with 50 additions and 0 deletions

View File

@@ -402,3 +402,12 @@
alpha: 0.9
ghostName: Gawr
ghostDescription: Из океана...
#kreses
- type: customGhost
id: kreses-ghost
ckey: kreses
sprite: White/Ghosts/kreses-ghost.rsi
alpha: 0.9
ghostName: Gawr
ghostDescription: Из океана...

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -0,0 +1,41 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "White Dream",
"size": {
"x": 64,
"y": 64
},
"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
]
]
}
]
}