From 52a58016c7217942ab06988cc9adacc6e76689ca Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 21 Nov 2025 04:27:12 -0700 Subject: cross hair and clear background thingy --- src/settings.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/settings.h') 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; -- cgit v1.2.3