Skip to content

Commit

Permalink
Merge pull request #34 from zer0Kerbal/2.1.2.0-release
Browse files Browse the repository at this point in the history
Version 2.1.2.0-release
  • Loading branch information
zer0Kerbal authored May 4, 2022
2 parents 399c17c + 1162c00 commit e3beb5e
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 601 deletions.
53 changes: 0 additions & 53 deletions GameData/KlockheedMartian/SpecialPartsDivision/DefaultScales.cfg

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,35 @@
name = km_WetWorkshop
}

MODULE {
name = km_Animator
animationName = door
isDeployed = false
startEventGUIName = "Lights On"
endEventGUIName = "Lights Off"
}

MODULE
{
name = km_ModuleWetAniObserver
}


MODULE
{
name = ModuleCommand
minimumCrew = 1

RESOURCE
{
name = ElectricCharge
rate = 0.05
}
}






}
Expand Down
Binary file not shown.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
subcategory = 0
title = Wet workshop window
manufacturer = Klockheed Martian
description = Attach this door to any tank. Turn it into a hab module later
description = Attach this window to a tank. Convert the tank to a wet workshop. Once the tank is converted you can use the lights.

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 0,1,0,0,1
Expand All @@ -51,5 +51,18 @@
scaleNames = small, mid, large
}

MODULE {
name = km_Animator
animationName = lighton
isDeployed = false
startEventGUIName = "Lights On"
endEventGUIName = "Lights Off"
}

MODULE
{
name = km_ModuleWetAniObserver
}

}

Binary file not shown.
Loading

0 comments on commit e3beb5e

Please sign in to comment.