aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-12-17 23:05:49 +0000
committernathan <nathansmith@disroot.org>2025-12-17 23:05:49 +0000
commitedaafadf2c5de7f23dfc20d420e973ed9dc92039 (patch)
tree1cbfc2cbdbbda1052144947eef39224ff01877ce /src/settings.h
parent0cddd5649838c0d37c0e4b12786d040ffdb01c97 (diff)
downloadFindThings-edaafadf2c5de7f23dfc20d420e973ed9dc92039.tar.gz
FindThings-edaafadf2c5de7f23dfc20d420e973ed9dc92039.tar.bz2
FindThings-edaafadf2c5de7f23dfc20d420e973ed9dc92039.zip
Progress, I guess...
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index 6418c2e..0782fbb 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -44,6 +44,9 @@ typedef struct {
float mapColorCount;
float mapZoomSpeed;
+ // Interaction chat.
+ unsigned char interactionChatAlpha;
+
// Controls.
float mouseSpeed;
KeyboardKey forwardKey;