Airlocks retexture (#28)
* add: new airlock sprites * fix: фикс отображения болтов двери на клиенте * add missing states + remove redundant prototypes --------- Co-authored-by: Remuchi <RemuchiOfficial@gmail.com>
|
After Width: | Height: | Size: 824 B |
|
Before Width: | Height: | Size: 120 B After Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 173 B |
|
Before Width: | Height: | Size: 120 B After Width: | Height: | Size: 5.2 KiB |
@@ -8,10 +8,10 @@
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "bolted_unlit"
|
||||
"name": "assembly"
|
||||
},
|
||||
{
|
||||
"name": "bolted_open_unlit"
|
||||
"name": "bolted_unlit"
|
||||
},
|
||||
{
|
||||
"name": "closed"
|
||||
@@ -22,6 +22,18 @@
|
||||
{
|
||||
"name": "open_unlit"
|
||||
},
|
||||
{
|
||||
"name": "bolted_open_unlit"
|
||||
},
|
||||
{
|
||||
"name": "emergency_open_unlit",
|
||||
"delays": [
|
||||
[
|
||||
0.4,
|
||||
0.4
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "closing",
|
||||
"delays": [
|
||||
@@ -100,9 +112,6 @@
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "panel_closed"
|
||||
},
|
||||
{
|
||||
"name": "panel_closing",
|
||||
"delays": [
|
||||
@@ -147,9 +156,6 @@
|
||||
0.4
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "emergency_open_unlit"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 120 B After Width: | Height: | Size: 173 B |
|
Before Width: | Height: | Size: 120 B |