diff --git a/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml index 718cadadca..f7c7fbce60 100644 --- a/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml @@ -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 diff --git a/Resources/Textures/_White/Ghosts/dexpth_q-ghost.rsi/animated.png b/Resources/Textures/_White/Ghosts/dexpth_q-ghost.rsi/animated.png new file mode 100644 index 0000000000..218dc362b4 Binary files /dev/null and b/Resources/Textures/_White/Ghosts/dexpth_q-ghost.rsi/animated.png differ diff --git a/Resources/Textures/_White/Ghosts/dexpth_q-ghost.rsi/meta.json b/Resources/Textures/_White/Ghosts/dexpth_q-ghost.rsi/meta.json new file mode 100644 index 0000000000..ff941d5c31 --- /dev/null +++ b/Resources/Textures/_White/Ghosts/dexpth_q-ghost.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Saya no uta", + "size": { + "x": 64, + "y": 64 + }, + "states": [ + { + "name": "animated" + } + ] +} diff --git a/Resources/Textures/_White/Ghosts/nonta228-ghost.rsi/animated.png b/Resources/Textures/_White/Ghosts/nonta228-ghost.rsi/animated.png new file mode 100644 index 0000000000..549c444d37 Binary files /dev/null and b/Resources/Textures/_White/Ghosts/nonta228-ghost.rsi/animated.png differ diff --git a/Resources/Textures/_White/Ghosts/nonta228-ghost.rsi/meta.json b/Resources/Textures/_White/Ghosts/nonta228-ghost.rsi/meta.json new file mode 100644 index 0000000000..b467cf46f5 --- /dev/null +++ b/Resources/Textures/_White/Ghosts/nonta228-ghost.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Toby Fox", + "size": { + "x": 64, + "y": 64 + }, + "states": [ + { + "name": "animated" + } + ] +}