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
|
||||
|
||||
@@ -25,6 +25,24 @@
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name":"pipeHalf2",
|
||||
"directions":4,
|
||||
"delays":[
|
||||
[
|
||||
1.0
|
||||
],
|
||||
[
|
||||
1.0
|
||||
],
|
||||
[
|
||||
1.0
|
||||
],
|
||||
[
|
||||
1.0
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name":"pipeBend2",
|
||||
"directions":4,
|
||||
|
||||
BIN
Resources/Textures/Constructible/Atmos/pipe.rsi/pipeHalf2.png
Normal file
BIN
Resources/Textures/Constructible/Atmos/pipe.rsi/pipeHalf2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 469 B |
Reference in New Issue
Block a user