Fix space-wizards#35663: Prevent clipping of hovered sprites on rotation (#37784)

This fix addresses an issue where hovered tabletop machines (such as the grinder and electrolysis machine)
had their sprites clipped when the camera was rotated. The problem was fixed by setting noRot: true.
This commit is contained in:
Rafael Simões Gaspar da Ponte 2025-05-24 18:22:09 +01:00 committed by Quanteey
parent 2ae5c1a464
commit 677ceae575
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,7 @@
- Electrolysis
- type: Sprite
sprite: Structures/Machines/Medical/electrolysis.rsi
noRot: true
offset: "0.0,0.4"
layers:
- state: base
@ -93,6 +94,7 @@
- Centrifuge
- type: Sprite
sprite: Structures/Machines/Medical/centrifuge.rsi
noRot: true
offset: "0.0,0.4"
layers:
- state: base