2019-03-07 18:12:35 +00:00
|
|
|
// Allows rotation of lights via a tweakable
|
|
|
|
|
2020-04-25 15:53:46 +00:00
|
|
|
// Illuminator Mk1
|
2019-03-07 18:12:35 +00:00
|
|
|
@PART[spotLight1]
|
|
|
|
{
|
|
|
|
MODULE
|
|
|
|
{
|
|
|
|
name = ModuleAnimateGeneric
|
|
|
|
animationName = RestockSpotLight_Rotate
|
|
|
|
startEventGUIName = #LOC_RestockPlus_light_rotate_on
|
|
|
|
endEventGUIName = #LOC_RestockPlus_light_rotate_off
|
|
|
|
actionGUIName = #LOC_RestockPlus_light_rotate_toggle
|
|
|
|
allowDeployLimit = true
|
2020-01-14 00:00:49 +00:00
|
|
|
revClampDirection = true
|
|
|
|
revClampSpeed = false
|
|
|
|
revClampPercent = false
|
2019-03-07 18:12:35 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-04-25 15:53:46 +00:00
|
|
|
// Illuminator Mk2
|
2019-03-07 18:12:35 +00:00
|
|
|
@PART[spotLight2]
|
|
|
|
{
|
|
|
|
MODULE
|
|
|
|
{
|
|
|
|
name = ModuleAnimateGeneric
|
|
|
|
animationName = RestockFloodLightRotate
|
|
|
|
startEventGUIName = #LOC_RestockPlus_light_rotate_on
|
|
|
|
endEventGUIName = #LOC_RestockPlus_light_rotate_off
|
|
|
|
actionGUIName = #LOC_RestockPlus_light_rotate_toggle
|
|
|
|
allowDeployLimit = true
|
2020-01-14 00:00:49 +00:00
|
|
|
revClampDirection = true
|
|
|
|
revClampSpeed = false
|
|
|
|
revClampPercent = false
|
2019-03-07 18:12:35 +00:00
|
|
|
}
|
|
|
|
}
|