diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index 24ad329b56..c4259f7799 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -45,3 +45,12 @@ alpha: 0.9 ghostName: Огонек ghostDescription: А где тут огнетушитель? + +#pointpng +- type: customGhost + id: cheeseCheese-ghost + ckey: cheese_cheese + sprite: White/Ghosts/cheese_cheese-ghost.rsi + alpha: 0.8 + ghostName: Фырчало + ghostDescription: Инженерный борг diff --git a/Resources/Textures/White/Ghosts/cheese_cheese-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/cheese_cheese-ghost.rsi/animated.png new file mode 100644 index 0000000000..5401b86e62 Binary files /dev/null and b/Resources/Textures/White/Ghosts/cheese_cheese-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/cheese_cheese-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/cheese_cheese-ghost.rsi/meta.json new file mode 100644 index 0000000000..7d43c116e1 --- /dev/null +++ b/Resources/Textures/White/Ghosts/cheese_cheese-ghost.rsi/meta.json @@ -0,0 +1,65 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", +"copyright": "Created by MOYAMAMA", + "size": { + "x": 64, + "y": 32 + }, + "states": [ + { + "name": "animated", + "directions": 4, + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + } + ] +}