Merge branch 'master' into 2020-08-19-firelocks

This commit is contained in:
Víctor Aguilera Puerto
2020-09-12 15:52:20 +02:00
committed by GitHub
20 changed files with 355 additions and 11 deletions

View File

@@ -12,7 +12,12 @@
- type: Icon
texture: Constructible/Power/eightdirwire.png
- type: Sprite
texture: Constructible/Power/eightdirwire.png
- type: Appearance
visuals:
- type: PipeVisualizer
pipeRSI: Constructible/Atmos/pipe.rsi
- type: SiphonVisualizer
siphonRSI: Constructible/Atmos/scrubber.rsi
- type: Destructible
thresholdvalue: 100

View File

@@ -12,7 +12,12 @@
- type: Icon
texture: Constructible/Power/eightdirwire.png
- type: Sprite
texture: Constructible/Power/eightdirwire.png
- type: Appearance
visuals:
- type: PipeVisualizer
pipeRSI: Constructible/Atmos/pipe.rsi
- type: VentVisualizer
ventRSI: Constructible/Atmos/vent.rsi
- type: Destructible
thresholdvalue: 100

View File

@@ -18,6 +18,7 @@
- type: entity
id: LargeBarSign
name: large bar sign
abstract: true
components:
- type: Clickable
- type: InteractionOutline