Filter sprites & visualizer (#3008)
Co-authored-by: py01 <pyronetics01@gmail.com>
This commit is contained in:
@@ -9,9 +9,6 @@
|
||||
- type: Physics
|
||||
- type: SnapGrid
|
||||
offset: Center
|
||||
- type: Sprite
|
||||
sprite: Constructible/Atmos/pipeitems.rsi
|
||||
state: scrubber
|
||||
- type: Damageable
|
||||
resistances: metallicResistances
|
||||
- type: Destructible
|
||||
@@ -28,11 +25,11 @@
|
||||
description: It filters gases.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Constructible/Atmos/pipe.rsi
|
||||
state: pipeTJunction2
|
||||
sprite: Constructible/Atmos/gasfilter.rsi
|
||||
state: gasFilter
|
||||
- type: Icon
|
||||
sprite: Constructible/Atmos/pipe.rsi
|
||||
state: pipeTJunction2
|
||||
sprite: Constructible/Atmos/gasfilter.rsi
|
||||
state: gasFilter
|
||||
- type: NodeContainer
|
||||
nodes:
|
||||
- !type:PipeNode
|
||||
@@ -48,3 +45,7 @@
|
||||
inletDirection: South
|
||||
filterOutletDirection: East
|
||||
outletDirection: North
|
||||
- type: Appearance
|
||||
visuals:
|
||||
- type: GasFilterVisualizer
|
||||
filerEnabledState: gasFilterOn
|
||||
@@ -39,10 +39,10 @@
|
||||
inletDirection: West
|
||||
outletDirection: East
|
||||
- type: Sprite
|
||||
state: pumpPressure2
|
||||
state: pumpPressure
|
||||
- type: Icon
|
||||
state: pumpPressure2
|
||||
state: pumpPressure
|
||||
- type: Appearance
|
||||
visuals:
|
||||
- type: PumpVisualizer
|
||||
pumpEnabledState: pumpPressure2On
|
||||
pumpEnabledState: pumpPressureOn
|
||||
|
||||
Reference in New Issue
Block a user