Copy other text parameters to symmetry counterparts

This commit is contained in:
Andrew Cassidy 2020-11-16 16:45:54 -08:00
parent a6de537e4a
commit 17ef93bb6e
4 changed files with 5 additions and 1 deletions

View File

@ -7,7 +7,7 @@
"MAJOR":0,
"MINOR":2,
"PATCH":4,
"BUILD":0
"BUILD":1
},
"KSP_VERSION":
{

View File

@ -249,6 +249,9 @@ namespace ConformalDecals {
decal.text = text;
decal.font = font;
decal.style = style;
decal.vertical = vertical;
decal.charSpacing = charSpacing;
decal.lineSpacing = lineSpacing;
decal._currentJob = _currentJob;
decal._currentText = _currentText;

View File

@ -3,6 +3,7 @@ v0.2.4
- Fixes:
- Fixed red text appearing on planets due to KSP bug by clearing render textures afterwards.
- Fixed fonts not saving correctly.
- Fixed line spacing, character spacing, and vertical settings not applying to symmetry counterparts
- Changes:
- Lowered step size for decal size and depth to 1cm.
- Changed default max size to 5m.