Joulerk customghost (#94)

* add: Joulerk customghost

* fix: fix path
This commit is contained in:
ThereDrD0
2024-02-18 22:29:14 +03:00
committed by GitHub
parent 559c85f57e
commit 4cdc419429
3 changed files with 57 additions and 0 deletions

View File

@@ -356,3 +356,11 @@
ghostName: Maiden
ghostDescription: Наблюдает за вашим поведением в кафе.
size: 0.9, 0.9
#joulerk
- type: customGhost
id: joulerk-ghost
ckey: Joulerk
sprite: White/Ghosts/joulerk-ghost.rsi
ghostName: ЛЕРК
ghostDescription: Летающее бирюзовое существо, напоминающее кота, с пушистым телом, грациозными движениями и глазами, сверкающими с загадочным блеском.

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -0,0 +1,49 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/frosty-dev/white",
"size": {
"x": 64,
"y": 64
},
"states": [
{
"name": "animated",
"directions": 4,
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
],
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
}
]
}