custom ghost (#45)

Co-authored-by: Mona Hmiza <>
This commit is contained in:
RavMorgan
2023-05-12 19:45:22 +03:00
committed by Aviu00
parent 76685eaf1c
commit 80957400a9
3 changed files with 74 additions and 0 deletions

View File

@@ -45,3 +45,12 @@
alpha: 0.9
ghostName: Огонек
ghostDescription: А где тут огнетушитель?
#pointpng
- type: customGhost
id: cheeseCheese-ghost
ckey: cheese_cheese
sprite: White/Ghosts/cheese_cheese-ghost.rsi
alpha: 0.8
ghostName: Фырчало
ghostDescription: Инженерный борг

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -0,0 +1,65 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by MOYAMAMA",
"size": {
"x": 64,
"y": 32
},
"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,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2,
0.2
]
]
}
]
}