mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
36 lines
866 B
INI
36 lines
866 B
INI
// Allows rotation of lights via a tweakable
|
|
|
|
// Spotlight
|
|
@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
|
|
revClampDirection = true
|
|
revClampSpeed = false
|
|
revClampPercent = false
|
|
}
|
|
}
|
|
|
|
// Floodlight
|
|
@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
|
|
revClampDirection = true
|
|
revClampSpeed = false
|
|
revClampPercent = false
|
|
}
|
|
}
|