diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index 34b26807f5..8fc8904bba 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -257,3 +257,12 @@ alpha: 0.8 ghostName: Свинка ghostDescription: хрю-хрю + +- type: customGhost + id: xivi-ghost + ckey: xivi + sprite: White/Ghosts/xivi-ghost.rsi + alpha: 0.9 + ghostName: Project Bunny + ghostDescription: Ride on! + size: 0.6, 0.6 diff --git a/Resources/Textures/White/Ghosts/xivi-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/xivi-ghost.rsi/animated.png new file mode 100644 index 0000000000..eb8038b442 Binary files /dev/null and b/Resources/Textures/White/Ghosts/xivi-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/xivi-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/xivi-ghost.rsi/meta.json new file mode 100644 index 0000000000..9d1b8857dd --- /dev/null +++ b/Resources/Textures/White/Ghosts/xivi-ghost.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by @xivi", + "size": { + "x": 128, + "y": 128 + }, + "states": [ + { + "name": "animated" + } + ] +}