You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ReStocked/Distribution/RestockPlus/GameData/ReStockPlus/Patches/Utility/restock-light-angles.cfg

36 lines
877 B
INI

// Allows rotation of lights via a tweakable
// Illuminator Mk1
@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
}
}
// Illuminator Mk2
@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
}
}