fix: add missing states for windoors and syndishuttle airlock (#80)

This commit is contained in:
ThereDrD0
2024-02-15 21:07:48 +03:00
committed by GitHub
parent 8822d95b22
commit aaab87d1c7
10 changed files with 22 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"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": {
"x": 32,
"y": 32
@@ -19,6 +19,21 @@
{
"name": "closed_unlit"
},
{
"name": "open_unlit"
},
{
"name": "bolted_open_unlit"
},
{
"name": "emergency_open_unlit",
"delays": [
[
0.4,
0.4
]
]
},
{
"name": "closing",
"delays": [

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 B

After

Width:  |  Height:  |  Size: 149 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 B

After

Width:  |  Height:  |  Size: 152 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 302 B

After

Width:  |  Height:  |  Size: 245 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 B

View File

@@ -157,7 +157,8 @@
"directions":4
},
{
"name":"bolted_open_unlit"
"name":"bolted_open_unlit",
"directions":4
},
{
"name":"welded",
@@ -170,6 +171,10 @@
{
"name": "emergency_unlit",
"directions": 4
},
{
"name": "emergency_open_unlit",
"directions": 4
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 B

After

Width:  |  Height:  |  Size: 149 B