diff options
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 5 |
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; |
