aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index 9bab9aa..711d7bd 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -12,6 +12,15 @@ typedef struct {
int screenWidth;
int screenHeight;
+ // Edge detection.
+ float edgeDetectionWidth;
+ float edgeDetectionHeight;
+ float edgeDetectionFactor;
+
+ // Color
+ float gamma;
+ float colorCount;
+
// Controls.
float mouseSpeed;
KeyboardKey forwardKey;