diff --git a/Resources/Prototypes/CosmaticDrift/Entities/Structures/Machines/cryo_sleep_pod.yml b/Resources/Prototypes/CosmaticDrift/Entities/Structures/Machines/cryo_sleep_pod.yml index d5233c86cd..c12841bafa 100644 --- a/Resources/Prototypes/CosmaticDrift/Entities/Structures/Machines/cryo_sleep_pod.yml +++ b/Resources/Prototypes/CosmaticDrift/Entities/Structures/Machines/cryo_sleep_pod.yml @@ -5,10 +5,10 @@ description: Perfect for having a 10,000 year nap. components: - type: Sprite - sprite: CosmaticDrift/Structures/cryosleep_pod.rsi + sprite: Structures/cryosleep_pod.rsi drawdepth: Mobs layers: - - state: closed + - state: sleeper_1 - type: InteractionOutline - type: Anchorable delay: 999999 diff --git a/Resources/Textures/CosmaticDrift/Structures/cryosleep_pod.rsi/closed.png b/Resources/Textures/CosmaticDrift/Structures/cryosleep_pod.rsi/closed.png deleted file mode 100644 index a0fc27572d..0000000000 Binary files a/Resources/Textures/CosmaticDrift/Structures/cryosleep_pod.rsi/closed.png and /dev/null differ diff --git a/Resources/Textures/CosmaticDrift/Structures/cryosleep_pod.rsi/meta.json b/Resources/Textures/CosmaticDrift/Structures/cryosleep_pod.rsi/meta.json deleted file mode 100644 index 457465793a..0000000000 --- a/Resources/Textures/CosmaticDrift/Structures/cryosleep_pod.rsi/meta.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/1da0b5547e02db0db48d0bc93926c26bd8888347", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "closed", - "directions": 4 - } - ] -} diff --git a/Resources/Textures/Structures/cryosleep_pod.rsi/meta.json b/Resources/Textures/Structures/cryosleep_pod.rsi/meta.json new file mode 100644 index 0000000000..24426d5b81 --- /dev/null +++ b/Resources/Textures/Structures/cryosleep_pod.rsi/meta.json @@ -0,0 +1,45 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from vg at commit https://github.com/vgstation-coders/vgstation13/commit/a16e41020a93479e9a7e2af343b1b74f7f2a61bd", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "sleeper_0", + "directions": 4 + }, + { + "name": "sleeper_1", + "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 + ] + ] + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Structures/cryosleep_pod.rsi/sleeper_0.png b/Resources/Textures/Structures/cryosleep_pod.rsi/sleeper_0.png new file mode 100644 index 0000000000..7f67b0decf Binary files /dev/null and b/Resources/Textures/Structures/cryosleep_pod.rsi/sleeper_0.png differ diff --git a/Resources/Textures/Structures/cryosleep_pod.rsi/sleeper_1.png b/Resources/Textures/Structures/cryosleep_pod.rsi/sleeper_1.png new file mode 100644 index 0000000000..2061c3ad43 Binary files /dev/null and b/Resources/Textures/Structures/cryosleep_pod.rsi/sleeper_1.png differ