add: dageff custom ghost (#78)

This commit is contained in:
Remuchi
2024-02-16 01:08:10 +07:00
committed by GitHub
parent 86d16f175e
commit 93ec93b5c9
3 changed files with 58 additions and 0 deletions

View File

@@ -347,3 +347,12 @@
ghostName: Monolith
ghostDescription: Blast from the past
#dageff
- type: customGhost
id: dageff-ghost
ckey: Dageff
sprite: White/Ghosts/mapperian-ghost.rsi
alpha: 0.9
ghostName: Maiden
ghostDescription: Наблюдает за вашим поведением в кафе.
size: 0.9, 0.9

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

View File

@@ -0,0 +1,49 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Dageff",
"size": {
"x": 128,
"y": 128
},
"states": [
{
"name": "animated",
"directions": 4,
"delays": [
[
0.3,
0.3,
0.3,
0.3,
0.3,
0.3
],
[
0.3,
0.3,
0.3,
0.3,
0.3,
0.3
],
[
0.3,
0.3,
0.3,
0.3,
0.3,
0.3
],
[
0.3,
0.3,
0.3,
0.3,
0.3,
0.3
]
]
}
]
}