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
|
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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user