protoypes/atmos: fix trinary port directions (#4824)
The trinary ports were assigned N/W/S, but the current sprite uses E/S/W.
This commit is contained in:
@@ -11,15 +11,15 @@
|
||||
inlet:
|
||||
!type:PipeNode
|
||||
nodeGroupID: Pipe
|
||||
pipeDirection: North
|
||||
pipeDirection: West
|
||||
filter:
|
||||
!type:PipeNode
|
||||
nodeGroupID: Pipe
|
||||
pipeDirection: East
|
||||
pipeDirection: South
|
||||
outlet:
|
||||
!type:PipeNode
|
||||
nodeGroupID: Pipe
|
||||
pipeDirection: South
|
||||
pipeDirection: East
|
||||
|
||||
- type: entity
|
||||
parent: GasTrinaryBase
|
||||
|
||||
Reference in New Issue
Block a user