Vent and Siphon visualizer and icon fixes (#2288)
* Half pipes * PipeVisualizer pipeRSI field * Vent and Siphon visualizer fixes Co-authored-by: py01 <pyronetics01@gmail.com>
This commit is contained in:
@@ -13,14 +13,26 @@
|
||||
offset: Center
|
||||
- type: Destructible
|
||||
thresholdvalue: 100
|
||||
- type: Sprite
|
||||
sprite: Constructible/Atmos/pipe.rsi
|
||||
- type: Appearance
|
||||
visuals:
|
||||
- type: PipeVisualizer
|
||||
pipeRSI: Constructible/Atmos/pipe.rsi
|
||||
- type: Icon
|
||||
sprite: Constructible/Atmos/pipe.rsi
|
||||
|
||||
- type: entity
|
||||
parent: PipeBase
|
||||
id: PipeHalf
|
||||
suffix: Half
|
||||
components:
|
||||
- type: NodeContainer
|
||||
nodes:
|
||||
- !type:PipeNode
|
||||
nodeGroupID: Pipe
|
||||
pipeDirection: North
|
||||
- type: Icon
|
||||
state: pipeHalf2
|
||||
|
||||
- type: entity
|
||||
parent: PipeBase
|
||||
id: PipeStraight
|
||||
|
||||
Reference in New Issue
Block a user