diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index 871eb9ca76..6620ff29b2 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -113,3 +113,12 @@ ghostName: Karseba ghostDescription: Дракон который делает Ням-Ням size: 1, 1 + +- type: customGhost + id: centurion-ghost + ckey: centurion + sprite: White/Ghosts/vkuser_ghost.rsi + alpha: 0.5 + ghostName: Мяу + ghostDescription: Мур! + size: 0.8, 0.8 diff --git a/Resources/Textures/White/Ghosts/vkuser_ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/vkuser_ghost.rsi/animated.png new file mode 100644 index 0000000000..85edcd8a65 Binary files /dev/null and b/Resources/Textures/White/Ghosts/vkuser_ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/vkuser_ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/vkuser_ghost.rsi/meta.json new file mode 100644 index 0000000000..770afb6f1e --- /dev/null +++ b/Resources/Textures/White/Ghosts/vkuser_ghost.rsi/meta.json @@ -0,0 +1,42 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by @zakvasska", + "size": { + "x": 64, + "y": 64 + }, + "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, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + } + ] +}