diff options
| author | nathan <nathansmith@disroot.org> | 2026-01-06 15:01:27 +0000 |
|---|---|---|
| committer | nathan <nathansmith@disroot.org> | 2026-01-06 15:01:27 +0000 |
| commit | 63171bd3d0f44dc3a012bb92296ecf017cc27a66 (patch) | |
| tree | cb9bb4204852d691fb0a86a46ac8958f3068b7f3 /src/settings.h | |
| parent | d55707e4b817390ba268634c3c18d510001f5b13 (diff) | |
| download | FindThings-63171bd3d0f44dc3a012bb92296ecf017cc27a66.tar.gz FindThings-63171bd3d0f44dc3a012bb92296ecf017cc27a66.tar.bz2 FindThings-63171bd3d0f44dc3a012bb92296ecf017cc27a66.zip | |
Way nicer feeling controls
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 6 |
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; |
