aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.c')
-rw-r--r--src/settings.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/settings.c b/src/settings.c
index 600431b..0ae1a75 100644
--- a/src/settings.c
+++ b/src/settings.c
@@ -29,9 +29,10 @@ Settings defaultSettings()
.mapZoomSpeed = 0.2,
.entityInfoFontSize = 20,
.entityInfoAlpha = (unsigned char)255.0 * 0.8,
- .interactionChatFontSize = 20,
+ .interactionFontSize = 20,
+ .interactionAlpha = (unsigned char)255.0 * 0.9,
+ .interactionOutlineSize = 2.0,
.interactionChatHeight = 300.0,
- .interactionChatAlpha = (unsigned char)255.0 * 0.9,
.mouseSpeed = 0.1,
.forwardKey = KEY_W,
.backwardKey = KEY_S,