aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/settings.h b/src/settings.h
index 5a37ab9..468f402 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -27,8 +27,8 @@ typedef struct {
// Update.
float maxUpdateDistance;
- // UI.
- float nonEditWindowAlpha; // Alpha for windows in non-editable mode.
+ // Cross hair.
+ bool isCrossHairEnabledDefault;
float crossHairSize;
float crossHairThickness;
Color crossHairColor;
@@ -40,6 +40,7 @@ typedef struct {
KeyboardKey rightKey;
KeyboardKey leftKey;
KeyboardKey toggleCursorKey;
+ KeyboardKey toggleCrossHairKey;
KeyboardKey interactKey;
} Settings;