mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
ScaleRange change
This commit is contained in:
parent
33b0307aa2
commit
a6de537e4a
Binary file not shown.
@ -31,7 +31,7 @@ namespace ConformalDecals {
|
|||||||
|
|
||||||
[KSPField] public bool scaleAdjustable = true;
|
[KSPField] public bool scaleAdjustable = true;
|
||||||
[KSPField] public float defaultScale = 1;
|
[KSPField] public float defaultScale = 1;
|
||||||
[KSPField] public Vector2 scaleRange = new Vector2(0, 10);
|
[KSPField] public Vector2 scaleRange = new Vector2(0, 5);
|
||||||
|
|
||||||
[KSPField] public DecalScaleMode scaleMode = DecalScaleMode.HEIGHT;
|
[KSPField] public DecalScaleMode scaleMode = DecalScaleMode.HEIGHT;
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ v0.2.4
|
|||||||
- Fixed fonts not saving correctly.
|
- Fixed fonts not saving correctly.
|
||||||
- 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 10m.
|
- Changed default max size to 5m.
|
||||||
- Changed default text decal size to 0.2m
|
- Changed default text decal size to 0.2m
|
||||||
- Text decals now show as a circle if they contain only whitespace.
|
- Text decals now show as a circle if they contain only whitespace.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user