Lower text decal default size

This commit is contained in:
Andrew Cassidy 2020-11-16 15:39:41 -08:00
parent 121428414c
commit 33b0307aa2
2 changed files with 3 additions and 0 deletions

View File

@ -62,6 +62,7 @@ PART
useBaseNormal = true useBaseNormal = true
scaleMode = MINIMUM scaleMode = MINIMUM
defaultScale = 0.2
defaultDepth = 0.2 defaultDepth = 0.2
defaultCutoff = 0.5 defaultCutoff = 0.5
} }

View File

@ -1,10 +1,12 @@
v0.2.4 v0.2.4
------
- Fixes: - Fixes:
- Fixed red text appearing on planets due to KSP bug by clearing render textures afterwards. - Fixed red text appearing on planets due to KSP bug by clearing render textures afterwards.
- Fixed fonts not saving correctly. - Fixed fonts not saving correctly.
- Changes: - Changes:
- Lowered step size for decal size and depth to 1cm. - Lowered step size for decal size and depth to 1cm.
- Changed default max size to 10m. - Changed default max size to 10m.
- Changed default text decal size to 0.2m
- Text decals now show as a circle if they contain only whitespace. - Text decals now show as a circle if they contain only whitespace.
v0.2.3 v0.2.3