diff options
| author | nathan <nathansmith@disroot.org> | 2025-12-22 01:17:44 +0000 |
|---|---|---|
| committer | nathan <nathansmith@disroot.org> | 2025-12-22 01:17:44 +0000 |
| commit | 2254600c6dfb50333327ddb94457427596b51807 (patch) | |
| tree | c2a36d9c4433adbc5db763aa0e7d5863ce592740 /src/settings.h | |
| parent | 260d51b8399935c067eb79720db63e08d1c3f1f2 (diff) | |
| download | FindThings-2254600c6dfb50333327ddb94457427596b51807.tar.gz FindThings-2254600c6dfb50333327ddb94457427596b51807.tar.bz2 FindThings-2254600c6dfb50333327ddb94457427596b51807.zip | |
Interaction menu stuff and fps adhd
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h index b95c94e..53972d3 100644 --- a/src/settings.h +++ b/src/settings.h @@ -14,6 +14,7 @@ typedef struct { // Render. float fov; + bool showFPSDefault; // Edge detection. float edgeDetectionWidth; @@ -62,6 +63,7 @@ typedef struct { KeyboardKey leftKey; KeyboardKey toggleCursorKey; KeyboardKey toggleCrossHairKey; + KeyboardKey toggleFPSKey; KeyboardKey toggleMapPreviewKey; KeyboardKey defaultMapZoomKey; KeyboardKey interactKey; |
