diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index 3d931d2285..4aa69cc497 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -21,3 +21,11 @@ alpha: 1 ghostName: Maid ghostDescription: Not a fucking fumo + +- type: customGhost + id: animeshka-ghost + ckey: animeshka + sprite: White/Ghosts/animeshka-ghost.rsi + alpha: 0.7 + ghostName: Грабля + ghostDescription: Ну привет уебан! diff --git a/Resources/Textures/White/Ghosts/animeshka-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/animeshka-ghost.rsi/animated.png new file mode 100644 index 0000000000..79277202fa Binary files /dev/null and b/Resources/Textures/White/Ghosts/animeshka-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/animeshka-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/animeshka-ghost.rsi/meta.json new file mode 100644 index 0000000000..872ff88447 --- /dev/null +++ b/Resources/Textures/White/Ghosts/animeshka-ghost.rsi/meta.json @@ -0,0 +1,38 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "mama", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "animated", + "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 + ] + ] + } + ] +}