diff options
| author | nathan <nathansmith@disroot.org> | 2025-11-21 11:27:12 +0000 |
|---|---|---|
| committer | nathan <nathansmith@disroot.org> | 2025-11-21 11:27:12 +0000 |
| commit | 52a58016c7217942ab06988cc9adacc6e76689ca (patch) | |
| tree | 7b2fc58d2f1f331c48a47096d1d3e809045374f0 /src/settings.h | |
| parent | e00d5a923f69bd0b95b0ccf11d98f507fe6f08aa (diff) | |
| download | FindThings-52a58016c7217942ab06988cc9adacc6e76689ca.tar.gz FindThings-52a58016c7217942ab06988cc9adacc6e76689ca.tar.bz2 FindThings-52a58016c7217942ab06988cc9adacc6e76689ca.zip | |
cross hair and clear background thingy
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 36d311f..5a37ab9 100644 --- a/src/settings.h +++ b/src/settings.h @@ -27,6 +27,12 @@ typedef struct { // Update. float maxUpdateDistance; + // UI. + float nonEditWindowAlpha; // Alpha for windows in non-editable mode. + float crossHairSize; + float crossHairThickness; + Color crossHairColor; + // Controls. float mouseSpeed; KeyboardKey forwardKey; |
