From 63171bd3d0f44dc3a012bb92296ecf017cc27a66 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 6 Jan 2026 08:01:27 -0700 Subject: Way nicer feeling controls --- src/settings.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/settings.h') 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; -- cgit v1.2.3