diff --git a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml index be4cb30daa..90fe1f1372 100644 --- a/Resources/Prototypes/White/Ghosts/custom_ghosts.yml +++ b/Resources/Prototypes/White/Ghosts/custom_ghosts.yml @@ -274,7 +274,7 @@ alpha: 0.8 ghostName: Fiammetta ghostDescription: Горничная под своим кодовым именем. Следит за порядком в кафе Мастера. - size: 0.5, 0.5 + size: 0.7, 0.7 - type: customGhost id: hayras-ghost diff --git a/Resources/Textures/White/Ghosts/renosan-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/renosan-ghost.rsi/animated.png index 8d5e7040ad..2191f131a6 100644 Binary files a/Resources/Textures/White/Ghosts/renosan-ghost.rsi/animated.png and b/Resources/Textures/White/Ghosts/renosan-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/warete-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/warete-ghost.rsi/animated.png index 6320440783..e49ff8251b 100644 Binary files a/Resources/Textures/White/Ghosts/warete-ghost.rsi/animated.png and b/Resources/Textures/White/Ghosts/warete-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/warete-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/warete-ghost.rsi/meta.json index 0f0e4eff39..67e8f4b3eb 100644 --- a/Resources/Textures/White/Ghosts/warete-ghost.rsi/meta.json +++ b/Resources/Textures/White/Ghosts/warete-ghost.rsi/meta.json @@ -1,23 +1,45 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Warete", - "size": { - "x": 128, - "y": 128 - }, - "states": [ - { - "name": "animated", - "delays": [ - [ - 0.2, - 0.2, - 0.2, - 0.2, - 0.2 - ] - ] - } - ] + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Warete", + "size": { + "x": 128, + "y": 128 + }, + "states": [ + { + "name": "animated", + "directions": 4, + "delays": [ + [ + 0.12, + 0.12, + 0.12, + 0.12, + 0.12 + ], + [ + 0.12, + 0.12, + 0.12, + 0.12, + 0.12 + ], + [ + 0.12, + 0.12, + 0.12, + 0.12, + 0.12 + ], + [ + 0.12, + 0.12, + 0.12, + 0.12, + 0.12 + ] + ] + } + ] }