TechFabs follow camera rotation (#5736)
TechFabs follow camera location Literally just added snapCardinals to the techfabs that didnt have it
This commit is contained in:
parent
e208c802d0
commit
e70a40ddea
|
|
@ -425,6 +425,7 @@
|
|||
components:
|
||||
- type: Sprite
|
||||
sprite: _DV/Structures/Machines/techfab.rsi # DeltaV - resprite armoury fabs
|
||||
snapCardinals: true #DeltaV - Follow Camera Rotation
|
||||
layers:
|
||||
- state: icon
|
||||
map: ["enum.LatheVisualLayers.IsRunning"]
|
||||
|
|
@ -497,6 +498,7 @@
|
|||
components:
|
||||
- type: Sprite
|
||||
sprite: _DV/Structures/Machines/techfab.rsi # DeltaV - resprite armoury fabs
|
||||
snapCardinals: true #DeltaV - Follow Camera Rotation
|
||||
layers:
|
||||
- state: icon
|
||||
map: ["enum.LatheVisualLayers.IsRunning"]
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
components:
|
||||
- type: Sprite
|
||||
sprite: Structures/Machines/techfab.rsi
|
||||
snapCardinals: true
|
||||
- type: Lathe
|
||||
idleState: icon
|
||||
runningState: icon
|
||||
|
|
|
|||
Loading…
Reference in New Issue