fix: add missing states for windoors and syndishuttle airlock (#80)
|
After Width: | Height: | Size: 4.9 KiB |
|
After Width: | Height: | Size: 5.2 KiB |
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from CEV-Eris at commit https://github.com/discordia-space/CEV-Eris/commit/14517938186858388656a6aee14bf47af9e9649f - then modified by 20kdc & AJCM-git, glass by Peptide90, modified by brainfood1183 (github)",
|
"copyright": "Taken from CEV-Eris at commit https://github.com/discordia-space/CEV-Eris/commit/14517938186858388656a6aee14bf47af9e9649f - then modified by 20kdc & AJCM-git",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
@@ -19,6 +19,21 @@
|
|||||||
{
|
{
|
||||||
"name": "closed_unlit"
|
"name": "closed_unlit"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "open_unlit"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "bolted_open_unlit"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "emergency_open_unlit",
|
||||||
|
"delays": [
|
||||||
|
[
|
||||||
|
0.4,
|
||||||
|
0.4
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "closing",
|
"name": "closing",
|
||||||
"delays": [
|
"delays": [
|
||||||
|
|||||||
|
After Width: | Height: | Size: 173 B |
|
Before Width: | Height: | Size: 120 B After Width: | Height: | Size: 149 B |
|
Before Width: | Height: | Size: 130 B After Width: | Height: | Size: 152 B |
|
Before Width: | Height: | Size: 302 B After Width: | Height: | Size: 245 B |
|
After Width: | Height: | Size: 149 B |
@@ -157,7 +157,8 @@
|
|||||||
"directions":4
|
"directions":4
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name":"bolted_open_unlit"
|
"name":"bolted_open_unlit",
|
||||||
|
"directions":4
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name":"welded",
|
"name":"welded",
|
||||||
@@ -170,6 +171,10 @@
|
|||||||
{
|
{
|
||||||
"name": "emergency_unlit",
|
"name": "emergency_unlit",
|
||||||
"directions": 4
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "emergency_open_unlit",
|
||||||
|
"directions": 4
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 132 B After Width: | Height: | Size: 149 B |