diff --git a/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml index 060b8012b5..6d2971c38f 100644 --- a/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/_White/Ghosts/custom_ghosts.yml @@ -438,3 +438,12 @@ alpha: 0.9 ghostName: skill issue ghostDescription: хлобысь + +#Jabak +- type: customGhost + id: jabak-ghost + ckey: Jabak + sprite: White/Ghosts/jabak-ghost.rsi + alpha: 0.9 + ghostName: Жопа + ghostDescription: Хуй diff --git a/Resources/Textures/White/Ghosts/jabak-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/jabak-ghost.rsi/animated.png new file mode 100644 index 0000000000..543706709b Binary files /dev/null and b/Resources/Textures/White/Ghosts/jabak-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/jabak-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/jabak-ghost.rsi/meta.json new file mode 100644 index 0000000000..d49ad1f90e --- /dev/null +++ b/Resources/Textures/White/Ghosts/jabak-ghost.rsi/meta.json @@ -0,0 +1,23 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "White Dream", + "size": { + "x": 64, + "y": 64 + }, + "states": [ + { + "name": "animated", + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + } + ] +}