mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
Copy other text parameters to symmetry counterparts
This commit is contained in:
parent
a6de537e4a
commit
17ef93bb6e
Binary file not shown.
@ -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…
Reference in New Issue
Block a user