diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index f934ba679e..daca98fc86 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -131,3 +131,12 @@ ghostName: Спящий ghostDescription: Выглядит умиротвореным... size: 0.8, 0.8 + +- type: customGhost + id: hitpanda-ghost + ckey: hitpanda + sprite: White/Ghosts/hitpanda_ghost.rsi + alpha: 0.8 + ghostName: Панда + ghostDescription: Полыхает... + size: 1, 1 diff --git a/Resources/Textures/White/Ghosts/hitpanda_ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/hitpanda_ghost.rsi/animated.png new file mode 100644 index 0000000000..7a02c56ff1 Binary files /dev/null and b/Resources/Textures/White/Ghosts/hitpanda_ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/hitpanda_ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/hitpanda_ghost.rsi/meta.json new file mode 100644 index 0000000000..597c57c7e8 --- /dev/null +++ b/Resources/Textures/White/Ghosts/hitpanda_ghost.rsi/meta.json @@ -0,0 +1,45 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/frosty-dev/white", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "animated", + "directions": 4, + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + } + ] +}