diff --git a/GameData/ConformalDecals/Plugins/ConformalDecals.dll b/GameData/ConformalDecals/Plugins/ConformalDecals.dll index 6c54a57..f5e6fe0 100644 Binary files a/GameData/ConformalDecals/Plugins/ConformalDecals.dll and b/GameData/ConformalDecals/Plugins/ConformalDecals.dll differ diff --git a/GameData/ConformalDecals/Versioning/ConformalDecals.version b/GameData/ConformalDecals/Versioning/ConformalDecals.version index 56afe25..8b59792 100644 --- a/GameData/ConformalDecals/Versioning/ConformalDecals.version +++ b/GameData/ConformalDecals/Versioning/ConformalDecals.version @@ -7,7 +7,7 @@ "MAJOR":0, "MINOR":2, "PATCH":4, - "BUILD":0 + "BUILD":1 }, "KSP_VERSION": { diff --git a/Source/ConformalDecals/ModuleConformalText.cs b/Source/ConformalDecals/ModuleConformalText.cs index d2c85ce..0d6d027 100644 --- a/Source/ConformalDecals/ModuleConformalText.cs +++ b/Source/ConformalDecals/ModuleConformalText.cs @@ -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; diff --git a/changelog.txt b/changelog.txt index 61480c1..29d1432 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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.