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:
py01
2020-10-18 04:13:06 -06:00
committed by GitHub
parent 32138958ce
commit f01a50012e
7 changed files with 93 additions and 20 deletions

View File

@@ -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

View File

@@ -25,6 +25,24 @@
]
]
},
{
"name":"pipeHalf2",
"directions":4,
"delays":[
[
1.0
],
[
1.0
],
[
1.0
],
[
1.0
]
]
},
{
"name":"pipeBend2",
"directions":4,

Binary file not shown.

After

Width:  |  Height:  |  Size: 469 B