Skip to content

Commit

Permalink
Fix #40
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsoft committed Jul 3, 2021
1 parent 7f28648 commit 35d58c5
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 129 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* [Change] `KSP 1.11` compatibility. __WARNING__: the mod won't work with version lower than `KSP 1.11`!
* [Change] Use a specialized `KSPDev Utils` version ot workaround `KPS 1.12` bug when duplicated mods are detected.
* [Fix #39] Color picker is not available.
* [Fix #40] Deprecate the lens brightness control. The lens is now controlled by the stock game.

# 1.18 (February 2nd, 2021):
* [Fix #36] ReStock lights get broken.
Expand Down
2 changes: 1 addition & 1 deletion Parts/SurfaceLight/part.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ tags = #W485_SurfaceLight_Part_tags //#W485_SurfaceLight_Part_tags = cck-lights

MODULE
{
name = ModuleColoredLensLight
name = ModuleLightEva
lightName = Light
useAnimationDim = true
lightBrightenSpeed = 2.5
Expand Down
2 changes: 1 addition & 1 deletion Parts/SurfaceOmniLight/part.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tags = #W485_SurfaceOmniLight_Part_tags //#W485_SurfaceOmniLight_Part_tags = cck

MODULE
{
name = ModuleColoredLensLight
name = ModuleLightEva
lightName = Light
useAnimationDim = true
lightBrightenSpeed = 2.5
Expand Down
1 change: 0 additions & 1 deletion Patches/MM-KIS.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
{
@StackableModule
{
moduleName = ModuleColoredLensLight
moduleName = ModuleMultiPointSurfaceLight
moduleName = ModuleStockLightColoredLens
}
Expand Down
126 changes: 0 additions & 126 deletions Source/ModuleColoredLensLight.cs

This file was deleted.

0 comments on commit 35d58c5

Please sign in to comment.