mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Change lights' rotation animation to rotate towards default placed position i.e. opposite to previous behaviour.
This commit is contained in:
parent
24ab15ebe9
commit
c470537152
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user