mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
1.11 Light updates
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user