diff options
| author | nathan <nathansmith@disroot.org> | 2026-01-07 07:28:35 +0000 |
|---|---|---|
| committer | nathan <nathansmith@disroot.org> | 2026-01-07 07:28:35 +0000 |
| commit | 0fb94d28d3f64e95ff228edbfd8fc17d420e215f (patch) | |
| tree | 5a8103ad392cbb3df9b419a941f66050d1892f2b /src/settings.c | |
| parent | e27d509615ca48c8b007f66349f554ce2a9758f9 (diff) | |
| download | FindThings-0fb94d28d3f64e95ff228edbfd8fc17d420e215f.tar.gz FindThings-0fb94d28d3f64e95ff228edbfd8fc17d420e215f.tar.bz2 FindThings-0fb94d28d3f64e95ff228edbfd8fc17d420e215f.zip | |
Status bar thingy going well
Diffstat (limited to 'src/settings.c')
| -rw-r--r-- | src/settings.c | 6 |
1 files changed, 3 insertions, 3 deletions
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, |
