Set subfloor sprites to invisible by default (#8571)

* Set subfloor sprites to invisible by default

* s

* Revert "s"

This reverts commit 3ed9c3c8185ddda16cb9e82bd72c313e9a741dfa.
This commit is contained in:
metalgearsloth
2022-06-05 05:17:39 +10:00
committed by GitHub
parent c8d1f5f52d
commit 467e13cc5d
3 changed files with 3 additions and 0 deletions

View File

@@ -30,6 +30,7 @@
sprite: Structures/Piping/Atmospherics/pipe.rsi sprite: Structures/Piping/Atmospherics/pipe.rsi
drawdepth: ThinPipe drawdepth: ThinPipe
netsync: false netsync: false
visible: false
- type: Appearance - type: Appearance
visuals: visuals:
- type: PipeColorVisualizer - type: PipeColorVisualizer

View File

@@ -10,6 +10,7 @@
components: components:
- type: Sprite - type: Sprite
netsync: false netsync: false
visible: false
- type: SubFloorHide - type: SubFloorHide
- type: Clickable - type: Clickable
- type: InteractionOutline - type: InteractionOutline

View File

@@ -11,6 +11,7 @@
- type: Sprite - type: Sprite
netsync: false netsync: false
drawdepth: ThinWire drawdepth: ThinWire
visible: false
- type: Damageable - type: Damageable
damageContainer: Inorganic damageContainer: Inorganic
damageModifierSet: Metallic damageModifierSet: Metallic