diff options
| author | nathan <nathansmith@disroot.org> | 2025-10-19 03:46:23 +0000 |
|---|---|---|
| committer | nathan <nathansmith@disroot.org> | 2025-10-19 03:46:23 +0000 |
| commit | 31bb686081b9c1c176ce46565a55e4f4a7f91a3c (patch) | |
| tree | 8d92bccfc13bc1ed322fd71c54ba97047ce36f15 /src/settings.c | |
| parent | b51304d57fcd2a9e05d505b283cf9ad9176f6588 (diff) | |
| download | FindThings-31bb686081b9c1c176ce46565a55e4f4a7f91a3c.tar.gz FindThings-31bb686081b9c1c176ce46565a55e4f4a7f91a3c.tar.bz2 FindThings-31bb686081b9c1c176ce46565a55e4f4a7f91a3c.zip | |
Settings for the postprocessing effects
Diffstat (limited to 'src/settings.c')
| -rw-r--r-- | src/settings.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/settings.c b/src/settings.c index 798fa35..55ebb9c 100644 --- a/src/settings.c +++ b/src/settings.c @@ -7,6 +7,11 @@ Settings defaultSettings() .windowHeight = 720, .screenWidth = 596, .screenHeight = 447, + .edgeDetectionWidth = 80.0, + .edgeDetectionHeight = 60.0, + .edgeDetectionFactor = 0.1, + .gamma = 0.6, + .colorCount = 11.0, .mouseSpeed = 0.1, .forwardKey = KEY_W, .backwardKey = KEY_S, |
