diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index e1d3264bb9..98527a5306 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -305,3 +305,12 @@ sprite: White/Ghosts/psychopath-ghost.rsi ghostName: ЕРП Кицуне ghostDescription: Тут тебе не рады. + +- type: customGhost + id: ssao-ghost + ckey: ssao + sprite: White/Ghosts/ssao-ghost.rsi + alpha: 0.9 + ghostName: Мяукалка + ghostDescription: Мяу! + size: 0.6, 0.6 diff --git a/Resources/Textures/White/Ghosts/ssao-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/ssao-ghost.rsi/animated.png new file mode 100644 index 0000000000..163c10c90d Binary files /dev/null and b/Resources/Textures/White/Ghosts/ssao-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/ssao-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/ssao-ghost.rsi/meta.json new file mode 100644 index 0000000000..0eb08fcd96 --- /dev/null +++ b/Resources/Textures/White/Ghosts/ssao-ghost.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by MAMA OLEGA", + "size": { + "x": 128, + "y": 128 + }, + "states": [ + { + "name": "animated" + } + ] +}