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:
@ -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;
|
||||
|
Reference in New Issue
Block a user