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:
|
inlet:
|
||||||
!type:PipeNode
|
!type:PipeNode
|
||||||
nodeGroupID: Pipe
|
nodeGroupID: Pipe
|
||||||
pipeDirection: North
|
pipeDirection: West
|
||||||
filter:
|
filter:
|
||||||
!type:PipeNode
|
!type:PipeNode
|
||||||
nodeGroupID: Pipe
|
nodeGroupID: Pipe
|
||||||
pipeDirection: East
|
pipeDirection: South
|
||||||
outlet:
|
outlet:
|
||||||
!type:PipeNode
|
!type:PipeNode
|
||||||
nodeGroupID: Pipe
|
nodeGroupID: Pipe
|
||||||
pipeDirection: South
|
pipeDirection: East
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: GasTrinaryBase
|
parent: GasTrinaryBase
|
||||||
|
|||||||
Reference in New Issue
Block a user