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:
@@ -30,6 +30,7 @@
|
||||
sprite: Structures/Piping/Atmospherics/pipe.rsi
|
||||
drawdepth: ThinPipe
|
||||
netsync: false
|
||||
visible: false
|
||||
- type: Appearance
|
||||
visuals:
|
||||
- type: PipeColorVisualizer
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
components:
|
||||
- type: Sprite
|
||||
netsync: false
|
||||
visible: false
|
||||
- type: SubFloorHide
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
- type: Sprite
|
||||
netsync: false
|
||||
drawdepth: ThinWire
|
||||
visible: false
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
damageModifierSet: Metallic
|
||||
|
||||
Reference in New Issue
Block a user