aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2017-09-22 08:47:14 -0400
committerClyne Sullivan <tullivan99@gmail.com>2017-09-22 08:47:14 -0400
commit19b2b1dde25885ada99deefe79266c2e22376e85 (patch)
treea5bf9c56f468663b78ce109d89b853637236574c /src/engine.cpp
parent8720f1f253b55fa5233626dd854671a5925d65de (diff)
new font; dialog box word wrap... finally
Diffstat (limited to 'src/engine.cpp')
-rw-r--r--src/engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine.cpp b/src/engine.cpp
index b596c6e..bf0bca9 100644
--- a/src/engine.cpp
+++ b/src/engine.cpp
@@ -47,7 +47,7 @@ void Engine::init(void) {
// init ui
FontSystem::init(game::config::fontFamily);
- FontSystem::setFontSize(16);
+ FontSystem::setFontSize(FontSystem::SizeSmall);
FontSystem::setFontColor(1, 1, 1);
FontSystem::setFontZ(-6.0f);