This commit is contained in:
Valtos
2024-03-02 08:58:15 +03:00
committed by GitHub
parent f672eb7b41
commit 39b317a2b4
3 changed files with 46 additions and 15 deletions

View File

@@ -382,7 +382,7 @@
sprite: White/Ghosts/krokozyabra-ghost.rsi
alpha: 0.9
ghostName: Зябр
ghostDescription: Пусть так и будет
ghostDescription: От него веет верностью
#FjorLofgren
- type: customGhost

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

@@ -8,19 +8,50 @@
},
"states": [
{
"name": "animated",
"delays": [
[
0.11,
0.11,
0.11,
0.11,
0.11,
0.11,
0.11,
0.11
"name": "animated",
"directions": 4,
"delays": [
[
0.08,
0.08,
0.08,
0.08,
0.08,
0.08,
0.08,
0.08
],
[
0.08,
0.08,
0.08,
0.08,
0.08,
0.08,
0.08,
0.08
],
[
0.08,
0.08,
0.08,
0.08,
0.08,
0.08,
0.08,
0.08
],
[
0.08,
0.08,
0.08,
0.08,
0.08,
0.08,
0.08,
0.08
]
]
]
}
]
}
]
}