Fluff Nekovich (#903)

This commit is contained in:
BIGZi0348
2025-02-25 23:40:21 +03:00
committed by GitHub
6 changed files with 11 additions and 15 deletions

View File

@@ -490,7 +490,7 @@
ckey: nekovich ckey: nekovich
sprite: White/Ghosts/nekovich-ghost.rsi sprite: White/Ghosts/nekovich-ghost.rsi
alpha: 0.9 alpha: 0.9
ghostName: nekovich ghostName: Nekovich
ghostDescription: Law's Left Hand. ghostDescription: Law's Left Hand.
#Feda_Plevajecki #Feda_Plevajecki
@@ -528,7 +528,7 @@
sprite: White/Ghosts/deliko-ghost.rsi sprite: White/Ghosts/deliko-ghost.rsi
alpha: 0.9 alpha: 0.9
ghostName: МГЕ Русланчек ghostName: МГЕ Русланчек
ghostDescription: Лучше бы ты даже из кроватки не вылезал. ghostDescription: Будешь машинистом в тепловозе.
#Dragon4ik #Dragon4ik
- type: customGhost - type: customGhost

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@@ -3,12 +3,13 @@
"license": "CC-BY-SA-3.0", "license": "CC-BY-SA-3.0",
"copyright": "https://github.com/frosty-dev/white", "copyright": "https://github.com/frosty-dev/white",
"size": { "size": {
"x": 96, "x": 32,
"y": 96 "y": 32
}, },
"states": [ "states": [
{ {
"name": "animated" "name": "animated",
"directions": 4
} }
] ]
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

@@ -3,13 +3,12 @@
"license": "CC-BY-SA-3.0", "license": "CC-BY-SA-3.0",
"copyright": "Provided by sho", "copyright": "Provided by sho",
"size": { "size": {
"x": 64, "x": 96,
"y": 64 "y": 96
}, },
"states": [ "states": [
{ {
"name": "animated", "name": "animated",
"directions": 1,
"delays": [ "delays": [
[ [
0.2, 0.2,
@@ -18,10 +17,6 @@
0.2, 0.2,
0.2, 0.2,
0.2, 0.2,
0.2,
0.2,
0.2,
0.2,
0.2 0.2
] ]
] ]