Finish configs and minor tweaks to launch clamp textures

This commit is contained in:
2019-09-12 19:17:50 -07:00
parent e274c1ac4f
commit f238454298
7 changed files with 28 additions and 16 deletions

View File

@ -0,0 +1,20 @@
//allows extending and retracting of launch clamps
// TT18-A Launch Stability Enhancer
@PART[launchClamp1]
{
MODULE
{
name = ModuleAnimateGeneric
animationName = RestockLaunchClamp_Extend
startEventGUIName = #LOC_RestockPlus_launch_clamp_extended_on
endEventGUIName = #LOC_RestockPlus_launch_clamp_extended_off
actionGUIName = #LOC_RestockPlus_launch_clamp_extended__toggle
allowDeployLimit = true
revClampDirection = false
revClampSpeed = true
revClampPercent = true
eventAvailableFlight = false
eventAvailableEVA = false
}
}