diff options
| author | nathan <nathansmith@disroot.org> | 2025-11-24 08:04:49 +0000 |
|---|---|---|
| committer | nathan <nathansmith@disroot.org> | 2025-11-24 08:04:49 +0000 |
| commit | a0d31fa794cb4d805b83f52495dfb4cb8a0ae861 (patch) | |
| tree | acb099e427e974d2ca97e30147329f058f2fb868 /src/settings.h | |
| parent | 52a58016c7217942ab06988cc9adacc6e76689ca (diff) | |
| download | FindThings-a0d31fa794cb4d805b83f52495dfb4cb8a0ae861.tar.gz FindThings-a0d31fa794cb4d805b83f52495dfb4cb8a0ae861.tar.bz2 FindThings-a0d31fa794cb4d805b83f52495dfb4cb8a0ae861.zip | |
Ditching windowed ui
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/settings.h b/src/settings.h index 5a37ab9..468f402 100644 --- a/src/settings.h +++ b/src/settings.h @@ -27,8 +27,8 @@ typedef struct { // Update. float maxUpdateDistance; - // UI. - float nonEditWindowAlpha; // Alpha for windows in non-editable mode. + // Cross hair. + bool isCrossHairEnabledDefault; float crossHairSize; float crossHairThickness; Color crossHairColor; @@ -40,6 +40,7 @@ typedef struct { KeyboardKey rightKey; KeyboardKey leftKey; KeyboardKey toggleCursorKey; + KeyboardKey toggleCrossHairKey; KeyboardKey interactKey; } Settings; |
