Skip to content

Commit

Permalink
Fix mining airlock sprite (#1659)
Browse files Browse the repository at this point in the history
  • Loading branch information
NULL882 authored Dec 20, 2023
1 parent fe25529 commit 6e7f9e6
Show file tree
Hide file tree
Showing 12 changed files with 204 additions and 200 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,18 @@
{
"name": "bolted_unlit"
},
{
"name": "bolted_open_unlit"
},
{
"name": "closed"
},
{
"name": "closed_unlit"
},
{
"name": "open_unlit"
},
{
"name": "closing",
"delays": [
Expand Down Expand Up @@ -61,12 +67,7 @@
]
},
{
"name": "open",
"delays": [
[
1
]
]
"name": "open"
},
{
"name": "opening",
Expand Down Expand Up @@ -111,12 +112,10 @@
]
},
{
"name": "panel_open",
"delays": [
[
1
]
]
"name": "panel_open"
},
{
"name": "panel_closed"
},
{
"name": "panel_opening",
Expand Down Expand Up @@ -196,6 +195,9 @@
0.4
]
]
},
{
"name": "emergency_open_unlit"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 6e7f9e6

Please sign in to comment.