Files
OldThink/Resources/Textures/Constructible/Specific/Medical/scanner.rsi/meta.json
Swept 350f7313be Replaces medical scanner sprite. (#2870)
* Initial

* Let's go

* Updates the pods meta.json cause I can
2021-01-05 02:10:24 +01:00

78 lines
1.2 KiB
JSON

{
"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": "open",
"directions": 1
},
{
"name": "closed",
"directions": 1
},
{
"name": "open_unpowered",
"directions": 1
},
{
"name": "closed_unpowered",
"directions": 1
},
{
"name": "occupied",
"directions": 1,
"delays": [
[
0.1,
0.1,
0.1,
0.1
]
]
},
{
"name": "off_unlit",
"directions": 1
},
{
"name": "occupied_unlit",
"directions": 1
},
{
"name": "idle_unlit",
"directions": 1,
"delays": [
[
0.2,
0.2
]
]
},
{
"name": "maint_unlit",
"directions": 1,
"delays": [
[
0.2,
0.2
]
]
},
{
"name": "red_unlit",
"directions": 1,
"delays": [
[
0.2,
0.2
]
]
}
]
}