Make freezers rotatable (#4940)

* Make freezers rotatable

* Fix freezer sprite oddities via the noRot use

Has to be done this way for what is essentially consistency reasons
This commit is contained in:
20kdc
2021-10-19 08:22:41 +01:00
committed by GitHub
parent 56d2d64938
commit 09d713e1f8
2 changed files with 3 additions and 1 deletions

View File

@@ -54,7 +54,7 @@
sprite: Structures/Piping/Atmospherics/pipe.rsi
drawdepth: BelowFloor
netsync: false
noRot: true # TODO: This is a hack so pipe connectors don't look wrong.
noRot: true # TODO: This is a hack so pipe connectors don't look wrong. Also see BaseGasThermoMachine.
- type: Appearance
visuals:
- type: PipeConnectorVisualizer

View File

@@ -124,10 +124,12 @@
- type: Sprite
netsync: false
sprite: Structures/Piping/Atmospherics/thermomachine.rsi
noRot: true # TODO: This is a hack so pipe connectors don't look wrong. Also see GasPipeBase.
- type: Appearance
visuals:
- type: PipeConnectorVisualizer
- type: PipeColorVisualizer
- type: Rotatable
- type: GasThermoMachine
- type: AtmosPipeColor
- type: AtmosDevice