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:
committed by
GitHub
parent
f788558b49
commit
2b67b49059
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user