-
Notifications
You must be signed in to change notification settings - Fork 595
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Narrow gaslock, fix bidirectional pump UI overlap
- Loading branch information
Showing
20 changed files
with
95 additions
and
72 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
Content.Client/_NF/Atmos/BUI/GaslockConsoleBoundUserInterface.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...nts/SharedBidiGasPressurePumpComponent.cs → ...PressurePumpChangePumpDirectionMessage.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
device-address-prefix-gas-drill = GDL- | ||
device-address-prefix-sale-point = SLL- | ||
device-address-prefix-gaslock = LCK- | ||
device-address-prefix-staging-port = SPT- | ||
device-address-prefix-portable-gaslock = PLK- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-143 Bytes
Resources/Textures/_NF/Structures/Piping/Atmospherics/gaslock.rsi/frame_struts.png
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,9 +14,6 @@ | |
{ | ||
"name": "closed_unlit" | ||
}, | ||
{ | ||
"name": "frame_struts" | ||
}, | ||
{ | ||
"name": "panel_open" | ||
}, | ||
|
Binary file added
BIN
+518 Bytes
...urces/Textures/_NF/Structures/Piping/Atmospherics/portable_gaslock.rsi/base.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+158 Bytes
...xtures/_NF/Structures/Piping/Atmospherics/portable_gaslock.rsi/closed_unlit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions
45
Resources/Textures/_NF/Structures/Piping/Atmospherics/portable_gaslock.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"version": 1, | ||
"size":{ | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "closed, bolted_unlit taken from CEV-Eris at commit https://github.com/discordia-space/CEV-Eris/commit/14517938186858388656a6aee14bf47af9e9649f - then modified by 20kdc, AJCM-git and whatston3", | ||
"copyright": "pump* taken from https://github.com/tgstation/tgstation at commit 57cd1d59ca019dd0e7811ac451f295f818e573da, modified by whatston3.", | ||
"states":[ | ||
{ | ||
"name": "base" | ||
}, | ||
{ | ||
"name": "closed_unlit" | ||
}, | ||
{ | ||
"name": "panel_open" | ||
}, | ||
{ | ||
"name": "pipeStraight", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "pumpPressure", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "pumpPressureOnIn", | ||
"directions": 4, | ||
"delays": [ [ 0.1, 0.1, 0.1, 0.1, 0.1 ], | ||
[ 0.1, 0.1, 0.1, 0.1, 0.1 ], | ||
[ 0.1, 0.1, 0.1, 0.1, 0.1 ], | ||
[ 0.1, 0.1, 0.1, 0.1, 0.1 ] ] | ||
}, | ||
{ | ||
"name": "pumpPressureOnOut", | ||
"directions": 4, | ||
"delays": [ [ 0.1, 0.1, 0.1, 0.1, 0.1 ], | ||
[ 0.1, 0.1, 0.1, 0.1, 0.1 ], | ||
[ 0.1, 0.1, 0.1, 0.1, 0.1 ], | ||
[ 0.1, 0.1, 0.1, 0.1, 0.1 ] ] | ||
} | ||
] | ||
} |
Binary file added
BIN
+193 Bytes
...Textures/_NF/Structures/Piping/Atmospherics/portable_gaslock.rsi/panel_open.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.53 KB
...xtures/_NF/Structures/Piping/Atmospherics/portable_gaslock.rsi/pipeStraight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.01 KB
...xtures/_NF/Structures/Piping/Atmospherics/portable_gaslock.rsi/pumpPressure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+425 Bytes
...es/_NF/Structures/Piping/Atmospherics/portable_gaslock.rsi/pumpPressureOnIn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+423 Bytes
...s/_NF/Structures/Piping/Atmospherics/portable_gaslock.rsi/pumpPressureOnOut.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.