aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-12-18 11:23:16 +0000
committernathan <nathansmith@disroot.org>2025-12-18 11:23:16 +0000
commit8394a306ed1d8dfdc9ca72e4c2c7888a4b79c576 (patch)
tree8abba02b0218631224b59a8e1165abda64bcf550 /src/settings.h
parentbcdd09d5075c9755538a93db8e3ca2690a803cc1 (diff)
downloadFindThings-8394a306ed1d8dfdc9ca72e4c2c7888a4b79c576.tar.gz
FindThings-8394a306ed1d8dfdc9ca72e4c2c7888a4b79c576.tar.bz2
FindThings-8394a306ed1d8dfdc9ca72e4c2c7888a4b79c576.zip
A lot of code for a lot of nothing
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index bfeaf50..dd079a7 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -44,6 +44,10 @@ typedef struct {
float mapColorCount;
float mapZoomSpeed;
+ // Side info.
+ int entityInfoFontSize;
+ unsigned char entityInfoAlpha;
+
// Interaction chat.
int interactionChatFontSize;
float interactionChatHeight;