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.c | |
| 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.c')
| -rw-r--r-- | src/settings.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/settings.c b/src/settings.c index 776647e..7720c64 100644 --- a/src/settings.c +++ b/src/settings.c @@ -14,12 +14,16 @@ Settings defaultSettings() .gamma = 0.6, .colorCount = 11.0, .maxUpdateDistance = 255.0, + .nonEditWindowAlpha = 255.0 * 0.75, + .crossHairSize = 8.0, + .crossHairThickness = 3.0, + .crossHairColor = BLUE, .mouseSpeed = 0.1, .forwardKey = KEY_W, .backwardKey = KEY_S, .rightKey = KEY_D, .leftKey = KEY_A, - .toggleCursorKey = KEY_LEFT_ALT, + .toggleCursorKey = KEY_C, .interactKey = KEY_E }; } |
