aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index 3aa9eb3..04ad920 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -38,6 +38,11 @@ typedef struct {
float crossHairThickness;
Color crossHairColor;
+ // Player movement.
+ float bobbleRate;
+ float bobbleAmount;
+ float playerAcceleration;
+
// Map.
bool isMapPreviewEnabledDefault;
float mapPreviewWidth;
@@ -66,6 +71,7 @@ typedef struct {
KeyboardKey backwardKey;
KeyboardKey rightKey;
KeyboardKey leftKey;
+ KeyboardKey runKey;
KeyboardKey toggleCursorKey;
KeyboardKey toggleCrossHairKey;
KeyboardKey toggleFPSKey;