1.11 Light updates

This commit is contained in:
Chris
2021-01-06 22:11:53 -08:00
parent d345e4e0e9
commit 135a775aab
36 changed files with 497 additions and 103 deletions

View File

@ -1,35 +0,0 @@
// 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
}
}