diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index 8690797102..1fbc499236 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -402,3 +402,12 @@ alpha: 0.9 ghostName: Gawr ghostDescription: Из океана... + +#kreses +- type: customGhost + id: kreses-ghost + ckey: kreses + sprite: White/Ghosts/kreses-ghost.rsi + alpha: 0.9 + ghostName: Gawr + ghostDescription: Из океана... diff --git a/Resources/Textures/White/Ghosts/kreses-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/kreses-ghost.rsi/animated.png new file mode 100644 index 0000000000..7479d0361e Binary files /dev/null and b/Resources/Textures/White/Ghosts/kreses-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/kreses-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/kreses-ghost.rsi/meta.json new file mode 100644 index 0000000000..92f87d0b1d --- /dev/null +++ b/Resources/Textures/White/Ghosts/kreses-ghost.rsi/meta.json @@ -0,0 +1,41 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "White Dream", + "size": { + "x": 64, + "y": 64 + }, + "states": [ + { + "name": "animated", + "directions": 4, + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + } + ] + }