doommax-ghost (#218)

Co-authored-by: Mona Hmiza <>
This commit is contained in:
RavMorgan
2023-07-25 03:31:34 +03:00
committed by Aviu00
parent cb88de8e7b
commit b8d41f33bf
3 changed files with 67 additions and 0 deletions

View File

@@ -94,3 +94,13 @@
ghostName: Operator Suzuran
ghostDescription: Uoooooooh!!!
size: 0.8, 0.8
#doommax
- type: customGhost
id: doommax-ghost
ckey: doommax
sprite: White/Ghosts/doommax-ghost.rsi
alpha: 0.95
ghostName: Наблюдатель
ghostDescription: Явился из другого мира с целью наблюдать за другими разумными существами
size: 1, 1

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -0,0 +1,57 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by Pierre Chevreul",
"size": {
"x": 32,
"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
],
[
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
]
]
}
]
}