Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ADD] Custom ghosts #145

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
]
}
Loading