[Sponsor] Ghost ren0san & deadisko (#394)

* [Sponsor] Ghost Renosan

* deadisko ghost

* deadisko ghost ready

* renosan ghost ready
This commit is contained in:
HitPanda
2023-09-12 18:38:03 +03:00
committed by Aviu00
parent 3f8c300d29
commit 49936906d9
5 changed files with 57 additions and 1 deletions

View File

@@ -168,7 +168,7 @@
ghostName: CoreOverHeaven
ghostDescription: Плоф
size: 1.0, 1.0
- type: customGhost
id: 17shu-ghost
ckey: 17shu
@@ -177,3 +177,21 @@
ghostName: Квакалка
ghostDescription: А ей только ква и ква...
size: 0.7, 0.7
- type: customGhost
id: renosan-ghost
ckey: ren0san
sprite: White/Ghosts/renosan-ghost.rsi
alpha: 0.8
ghostName: Энхиридион
ghostDescription: Древняя книга с кодексом чести, руководством и иной полезной информацией для героев.
size: 0.8, 0.8
- type: customGhost
id: deadisko-ghost
ckey: deadisko
sprite: White/Ghosts/deadisko-ghost.rsi
alpha: 0.8
ghostName: Летающий макаронный монстр
ghostDescription: Сложноуглеводное всеведующее создание, покровитель пиратов с большими митболами.
size: 0.8, 0.8

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -0,0 +1,24 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by Renosan",
"size": {
"x": 64,
"y": 64
},
"states": [
{
"name": "animated",
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
}
]
}