diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index daca98fc86..d51555ddbc 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -140,3 +140,12 @@ ghostName: Панда ghostDescription: Полыхает... size: 1, 1 + +- type: customGhost + id: quazvr-ghost + ckey: quazvr + sprite: White/Ghosts/quazvr-ghost.rsi + alpha: 0.8 + ghostName: Neco + ghostDescription: Buranyaaa... + size: 0.6, 0.6 diff --git a/Resources/Textures/White/Ghosts/quazvr-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/quazvr-ghost.rsi/animated.png new file mode 100644 index 0000000000..82253e08f8 Binary files /dev/null and b/Resources/Textures/White/Ghosts/quazvr-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/quazvr-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/quazvr-ghost.rsi/meta.json new file mode 100644 index 0000000000..a6c6b95e84 --- /dev/null +++ b/Resources/Textures/White/Ghosts/quazvr-ghost.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Copyright https://github.com/frosty-dev/white", + "size": { + "x": 64, + "y": 64 + }, + "states": [ + { + "name": "animated" + } + ] +}