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

pull/794/head
Poodmund 4 years ago
parent 24ab15ebe9
commit c470537152

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

Loading…
Cancel
Save