diff --git a/tools/unity_uitune.cs b/tools/unity_uitune.cs index fc5975f..6a46972 100644 --- a/tools/unity_uitune.cs +++ b/tools/unity_uitune.cs @@ -12,8 +12,8 @@ // ---- KNOBS ----------------------------------------------------------------- float MATCH = 1.0f; // ScaleWithScreenSize only. 0=scale by width, 1=by height -float HUD_SCALE = 1.0f; // ScaleWithScreenSize only. <1 = smaller HUD + more room -float WORLD_SCALE = 1.0f; // ConstantPixelSize only. <1 = smaller in-world labels +float HUD_SCALE = 0.85f; // ScaleWithScreenSize only. <1 = smaller HUD + more room +float WORLD_SCALE = 0.8f; // ConstantPixelSize only. <1 = smaller in-world labels bool LIST_ONLY = false; // true = report only, change nothing // ----------------------------------------------------------------------------