Copy other text parameters to symmetry counterparts

feature-saving
Andrew Cassidy 4 years ago
parent a6de537e4a
commit 17ef93bb6e

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

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

@ -3,6 +3,7 @@ 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.
- Fixed line spacing, character spacing, and vertical settings not applying to symmetry counterparts
- 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 5m. - Changed default max size to 5m.

Loading…
Cancel
Save