diff --git a/GameData/ConformalDecals/Plugins/ConformalDecals.dll b/GameData/ConformalDecals/Plugins/ConformalDecals.dll index 259b824..6c54a57 100644 Binary files a/GameData/ConformalDecals/Plugins/ConformalDecals.dll and b/GameData/ConformalDecals/Plugins/ConformalDecals.dll differ diff --git a/Source/ConformalDecals/ModuleConformalDecal.cs b/Source/ConformalDecals/ModuleConformalDecal.cs index 0cce9a5..8181a87 100644 --- a/Source/ConformalDecals/ModuleConformalDecal.cs +++ b/Source/ConformalDecals/ModuleConformalDecal.cs @@ -31,7 +31,7 @@ namespace ConformalDecals { [KSPField] public bool scaleAdjustable = true; [KSPField] public float defaultScale = 1; - [KSPField] public Vector2 scaleRange = new Vector2(0, 10); + [KSPField] public Vector2 scaleRange = new Vector2(0, 5); [KSPField] public DecalScaleMode scaleMode = DecalScaleMode.HEIGHT; diff --git a/changelog.txt b/changelog.txt index 3dcd088..61480c1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5,7 +5,7 @@ v0.2.4 - Fixed fonts not saving correctly. - Changes: - Lowered step size for decal size and depth to 1cm. - - Changed default max size to 10m. + - Changed default max size to 5m. - Changed default text decal size to 0.2m - Text decals now show as a circle if they contain only whitespace.