aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.c')
-rw-r--r--src/settings.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings.c b/src/settings.c
index 4b713cd..600431b 100644
--- a/src/settings.c
+++ b/src/settings.c
@@ -27,6 +27,8 @@ Settings defaultSettings()
.mapHighColor = (Color){0, 0, 255, 255},
.mapColorCount = 7.0,
.mapZoomSpeed = 0.2,
+ .entityInfoFontSize = 20,
+ .entityInfoAlpha = (unsigned char)255.0 * 0.8,
.interactionChatFontSize = 20,
.interactionChatHeight = 300.0,
.interactionChatAlpha = (unsigned char)255.0 * 0.9,