Files
OldThink/Resources/Textures/Objects/Specific/Atmos/gasanalyzer.rsi/meta.json
Exp 8238a89190 Gives the gas analyzer visual clues that it's open (#2110)
* Gives the gas analyzer visual clues that it's open

* Read Visualizer states from yaml
2020-09-21 11:39:17 +02:00

33 lines
601 B
JSON

{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "working",
"directions": 1,
"delays": [
[
0.1,
0.1,
0.1,
3.0,
0.3,
0.2,
0.8
]
]
}
]
}