aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h6
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;