Fixes atmos trinary devices connectors sprites (#14248)
This commit is contained in:
@@ -32,14 +32,12 @@
|
||||
placement:
|
||||
mode: SnapgridCenter
|
||||
components:
|
||||
# TODO ATMOS Improve this sprite and appearance...
|
||||
- type: Sprite
|
||||
netsync: false
|
||||
sprite: Structures/Piping/Atmospherics/gasfilter.rsi
|
||||
layers:
|
||||
- sprite: Structures/Piping/Atmospherics/pipe.rsi
|
||||
state: pipeTJunction
|
||||
rotation: -90 # fuck you!!! who cares
|
||||
state: pipeTrinaryConnectors
|
||||
map: [ "enum.PipeVisualLayers.Pipe" ]
|
||||
- state: gasFilter
|
||||
map: [ "enum.SubfloorLayers.FirstLayer", "enabled" ]
|
||||
@@ -82,8 +80,7 @@
|
||||
sprite: Structures/Piping/Atmospherics/gasfilter.rsi
|
||||
layers:
|
||||
- sprite: Structures/Piping/Atmospherics/pipe.rsi
|
||||
state: pipeTJunction
|
||||
rotation: -90
|
||||
state: pipeTrinaryConnectors
|
||||
map: [ "enum.PipeVisualLayers.Pipe" ]
|
||||
- state: gasFilterF
|
||||
map: [ "enum.SubfloorLayers.FirstLayer", "enabled" ]
|
||||
@@ -125,8 +122,7 @@
|
||||
sprite: Structures/Piping/Atmospherics/gasmixer.rsi
|
||||
layers:
|
||||
- sprite: Structures/Piping/Atmospherics/pipe.rsi
|
||||
state: pipeTJunction
|
||||
rotation: -90
|
||||
state: pipeTrinaryConnectors
|
||||
map: [ "enum.PipeVisualLayers.Pipe" ]
|
||||
- state: gasMixer
|
||||
map: [ "enum.SubfloorLayers.FirstLayer", "enabled" ]
|
||||
@@ -171,8 +167,7 @@
|
||||
sprite: Structures/Piping/Atmospherics/gasmixer.rsi
|
||||
layers:
|
||||
- sprite: Structures/Piping/Atmospherics/pipe.rsi
|
||||
state: pipeTJunction
|
||||
rotation: -90
|
||||
state: pipeTrinaryConnectors
|
||||
map: [ "enum.PipeVisualLayers.Pipe" ]
|
||||
- state: gasMixerF
|
||||
map: [ "enum.SubfloorLayers.FirstLayer", "enabled" ]
|
||||
@@ -232,8 +227,7 @@
|
||||
sprite: Structures/Piping/Atmospherics/pneumaticvalve.rsi
|
||||
layers:
|
||||
- sprite: Structures/Piping/Atmospherics/pipe.rsi
|
||||
state: pipeTJunction
|
||||
rotation: -90
|
||||
state: pipeTrinaryConnectors
|
||||
map: [ "enum.PipeVisualLayers.Pipe" ]
|
||||
- state: off
|
||||
map: [ "enum.SubfloorLayers.FirstLayer", "enabled" ]
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"y":32
|
||||
},
|
||||
"license":"CC-BY-SA-3.0",
|
||||
"copyright":"Taken from https://github.com/tgstation/tgstation at commit 57cd1d59ca019dd0e7811ac451f295f818e573da",
|
||||
"copyright":"pipeTrinaryConnectors made by Menshin for SS14 based on pipeTJunction, the rest is taken from https://github.com/tgstation/tgstation at commit 57cd1d59ca019dd0e7811ac451f295f818e573da",
|
||||
"states":[
|
||||
{
|
||||
"name":"pipeTJunction",
|
||||
@@ -30,6 +30,10 @@
|
||||
{
|
||||
"name":"pipeConnector",
|
||||
"directions":4
|
||||
},
|
||||
{
|
||||
"name":"pipeTrinaryConnectors",
|
||||
"directions":4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 469 B |
Reference in New Issue
Block a user