aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.c')
-rw-r--r--src/settings.c6
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,