From 0fb94d28d3f64e95ff228edbfd8fc17d420e215f Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 7 Jan 2026 00:28:35 -0700 Subject: Status bar thingy going well --- src/settings.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/settings.c') diff --git a/src/settings.c b/src/settings.c index 848eea1..ee126b4 100644 --- a/src/settings.c +++ b/src/settings.c @@ -25,8 +25,8 @@ Settings defaultSettings() .crossHairColor = BLUE, .isBobbleEnabled = true, .bobbleRate = 1.0, - .bobbleAmount = 0.07, - .playerAcceleration = 9.0, + .bobbleAmount = 0.083, + .playerAcceleration = 7.0, .isMapPreviewEnabledDefault = true, .mapPreviewWidth = 300.0, .mapPreviewHeight = 300.0, @@ -37,7 +37,7 @@ Settings defaultSettings() .mapColorCount = 7.0, .mapZoomSpeed = 0.2, .entityInfoFontSize = 20, - .entityInfoAlpha = (unsigned char)255.0 * 0.8, + .statusAndInfoAlpha = (unsigned char)255.0 * 0.8, .interactionFontSize = 20, .interactionAlpha = (unsigned char)255.0 * 0.9, .interactionOutlineSize = 2.0, -- cgit v1.2.3