Skip to content

Commit

Permalink
Change sprite
Browse files Browse the repository at this point in the history
  • Loading branch information
vaketola committed Jan 19, 2024
1 parent 759a401 commit 523e575
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file not shown.

This file was deleted.

45 changes: 45 additions & 0 deletions Resources/Textures/Structures/cryosleep_pod.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -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
]
]
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 523e575

Please sign in to comment.