diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index 51916d442b..f7b259f43b 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -75,3 +75,12 @@ ghostDescription: Годротянка с хорошей задницей size: 0.8, 0.8 +#felix +- type: customGhost + id: felix163-ghost + ckey: felix163 + sprite: White/Ghosts/felix-ghost.rsi + alpha: 1 + ghostName: Кошмар + ghostDescription: ползёт, ползёт... + size: 0.8, 0.8 diff --git a/Resources/Textures/White/Ghosts/felix-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/felix-ghost.rsi/animated.png new file mode 100644 index 0000000000..c3904fe1b9 Binary files /dev/null and b/Resources/Textures/White/Ghosts/felix-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/felix-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/felix-ghost.rsi/meta.json new file mode 100644 index 0000000000..cd87303d9f --- /dev/null +++ b/Resources/Textures/White/Ghosts/felix-ghost.rsi/meta.json @@ -0,0 +1,24 @@ +{ + "version": 1, + "size": { + "x": 64, + "y": 64 + }, + "states": [ + { + "name": "animated", + "delays": [ + [ + 0.14, + 0.14, + 0.14, + 0.14, + 0.14, + 0.14, + 0.14, + 0.14 + ] + ] + } + ] +} \ No newline at end of file