Copy other text parameters to symmetry counterparts

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

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

@ -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;

@ -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.

Loading…
Cancel
Save