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
}
}

View File

@ -5,15 +5,15 @@
"VERSION":
{
"MAJOR":1,
"MINOR":2,
"PATCH":1,
"MINOR":3,
"PATCH":0,
"BUILD":0
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":10,
"PATCH":1
"MINOR":11,
"PATCH":0
},
"KSP_VERSION_MIN":{
"MAJOR":1,
@ -22,7 +22,7 @@
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":10,
"MINOR":11,
"PATCH":99
}
}