diff --git a/Resources/Textures/White/Ghosts/diggler2009-ghost.rsi/animated.png b/Resources/Textures/White/Ghosts/diggler2009-ghost.rsi/animated.png index b7cfe28833..4873aa8683 100644 Binary files a/Resources/Textures/White/Ghosts/diggler2009-ghost.rsi/animated.png and b/Resources/Textures/White/Ghosts/diggler2009-ghost.rsi/animated.png differ diff --git a/Resources/Textures/White/Ghosts/diggler2009-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/diggler2009-ghost.rsi/meta.json index a44f09c5a8..fc29b2e29d 100644 --- a/Resources/Textures/White/Ghosts/diggler2009-ghost.rsi/meta.json +++ b/Resources/Textures/White/Ghosts/diggler2009-ghost.rsi/meta.json @@ -1,14 +1,41 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Made by Armolitskiy", - "size": { - "x": 96, - "y": 96 - }, - "states": [ - { - "name": "animated" - } - ] + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by Armolitskiy", + "size": { + "x": 96, + "y": 96 + }, + "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 + ] + ] + } + ] }