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
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
}
}