From f80bc67f137e7407b83b5f91605853646871fb0c Mon Sep 17 00:00:00 2001 From: rhailrake <49613070+rhailrake@users.noreply.github.com> Date: Tue, 19 Sep 2023 16:28:56 +0600 Subject: [PATCH] [Fluff] xivi ghost fix --- .../White/Ghosts/xivi-ghost.rsi/meta.json | 44 ++++++++----------- 1 file changed, 18 insertions(+), 26 deletions(-) diff --git a/Resources/Textures/White/Ghosts/xivi-ghost.rsi/meta.json b/Resources/Textures/White/Ghosts/xivi-ghost.rsi/meta.json index 8a80ce9115..941830ea3f 100644 --- a/Resources/Textures/White/Ghosts/xivi-ghost.rsi/meta.json +++ b/Resources/Textures/White/Ghosts/xivi-ghost.rsi/meta.json @@ -1,29 +1,21 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Created by @xivi", - "size": { - "x": 128, - "y": 128 - }, - "states": [ - { - "name": "animated", - "directions": 4, - "delays": [ - [ - 0.2 - ], - [ - 0.2 - ], - [ - 0.2 - ], - [ - 0.2 + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by @xivi", + "size": { + "x": 128, + "y": 128 + }, + "states": [ + { + "name": "animated", + "directions": 4, + "delays": [ + [1, 1], + [1, 1], + [1, 1], + [1, 1] ] - ] - } - ] + } + ] }