[Sponsor] Added ghost (#261)

* ghost

* forgot license
This commit is contained in:
HitPanda
2023-08-03 19:04:23 +03:00
committed by Aviu00
parent 50abbcee11
commit 2956966c99
3 changed files with 54 additions and 0 deletions

View File

@@ -131,3 +131,12 @@
ghostName: Спящий
ghostDescription: Выглядит умиротвореным...
size: 0.8, 0.8
- type: customGhost
id: hitpanda-ghost
ckey: hitpanda
sprite: White/Ghosts/hitpanda_ghost.rsi
alpha: 0.8
ghostName: Панда
ghostDescription: Полыхает...
size: 1, 1

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

@@ -0,0 +1,45 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/frosty-dev/white",
"size": {
"x": 32,
"y": 32
},
"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
]
]
}
]
}