aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.h
diff options
context:
space:
mode:
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 0782fbb..bfeaf50 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -45,6 +45,8 @@ typedef struct {
float mapZoomSpeed;
// Interaction chat.
+ int interactionChatFontSize;
+ float interactionChatHeight;
unsigned char interactionChatAlpha;
// Controls.
@@ -58,6 +60,7 @@ typedef struct {
KeyboardKey toggleMapPreviewKey;
KeyboardKey defaultMapZoomKey;
KeyboardKey interactKey;
+ KeyboardKey nextMessageKey;
} Settings;
Settings defaultSettings();