Change lights' rotation animation to rotate towards default placed position i.e. opposite to previous behaviour.

This commit is contained in:
Poodmund 2020-01-14 00:00:49 +00:00
parent 24ab15ebe9
commit c470537152

View File

@ -11,9 +11,9 @@
endEventGUIName = #LOC_RestockPlus_light_rotate_off endEventGUIName = #LOC_RestockPlus_light_rotate_off
actionGUIName = #LOC_RestockPlus_light_rotate_toggle actionGUIName = #LOC_RestockPlus_light_rotate_toggle
allowDeployLimit = true allowDeployLimit = true
revClampDirection = false revClampDirection = true
revClampSpeed = true revClampSpeed = false
revClampPercent = true revClampPercent = false
} }
} }
@ -28,8 +28,8 @@
endEventGUIName = #LOC_RestockPlus_light_rotate_off endEventGUIName = #LOC_RestockPlus_light_rotate_off
actionGUIName = #LOC_RestockPlus_light_rotate_toggle actionGUIName = #LOC_RestockPlus_light_rotate_toggle
allowDeployLimit = true allowDeployLimit = true
revClampDirection = false revClampDirection = true
revClampSpeed = true revClampSpeed = false
revClampPercent = true revClampPercent = false
} }
} }