Skip to content

Commit

Permalink
Fix #39
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsoft committed Jul 2, 2021
1 parent 465b6ac commit 7f28648
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 1.19 (July 1st, 2021):
* [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.

# 1.18 (February 2nd, 2021):
* [Fix #36] ReStock lights get broken.
Expand Down
1 change: 1 addition & 0 deletions Parts/SurfaceLight/part.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ MODULE
lightG = 0.9
lightB = 0.8
allowEvaControl = true
disableColorPicker = false
}

MODULE
Expand Down
4 changes: 4 additions & 0 deletions Parts/SurfaceLight4Way/part.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ MODULE
lightG = 0.9
lightB = 0.8
allowEvaControl = true
disableColorPicker = false
}

MODULE
Expand All @@ -73,6 +74,7 @@ MODULE
lightG = 0.9
lightB = 0.8
allowEvaControl = true
disableColorPicker = false
}

MODULE
Expand All @@ -89,6 +91,7 @@ MODULE
lightG = 0.9
lightB = 0.8
allowEvaControl = true
disableColorPicker = false
}

MODULE
Expand All @@ -105,6 +108,7 @@ MODULE
lightG = 0.9
lightB = 0.8
allowEvaControl = true
disableColorPicker = false
}

MODULE
Expand Down
1 change: 1 addition & 0 deletions Parts/SurfaceOmniLight/part.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ MODULE
lightG = 0.9
lightB = 0.8
allowEvaControl = true
disableColorPicker = false
}

MODULE
Expand Down

0 comments on commit 7f28648

Please sign in to comment.