Skip to content

Commit

Permalink
[ADD] Custom ghosts (#145)
Browse files Browse the repository at this point in the history
Gosticks

Pupupu
  • Loading branch information
RedBurningPhoenix authored Dec 10, 2024
1 parent 1cf92bf commit 1f3ccf0
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Resources/Prototypes/_White/Ghosts/custom_ghosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,24 @@
ghostDescription: Мяу!
size: 0.8, 0.8

#dexpth_q
- type: customGhost
id: dexpth_q-ghost
ckey: Dexpth_q
sprite: _White/Ghosts/dexpth_q-ghost.rsi
alpha: 0.8
ghostName: Saya
ghostDescription: Но... её голос, когда она кричит от боли, довольно милый, не правда ли?

#nonta228
- type: customGhost
id: nonta228-ghost
ckey: nonta228
sprite: _White/Ghosts/nonta228-ghost.rsi
alpha: 0.8
ghostName: Flowey
ghostDescription: Собирает души забаненных игроков.

##xivi
#- type: customGhost
# id: xivi-ghost
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions Resources/Textures/_White/Ghosts/dexpth_q-ghost.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Saya no uta",
"size": {
"x": 64,
"y": 64
},
"states": [
{
"name": "animated"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions Resources/Textures/_White/Ghosts/nonta228-ghost.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Toby Fox",
"size": {
"x": 64,
"y": 64
},
"states": [
{
"name": "animated"
}
]
}

0 comments on commit 1f3ccf0

Please sign in to comment.