aboutsummaryrefslogtreecommitdiff
path: root/config.wren
diff options
context:
space:
mode:
Diffstat (limited to 'config.wren')
-rw-r--r--config.wren1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.wren b/config.wren
index 64278c7..290324d 100644
--- a/config.wren
+++ b/config.wren
@@ -39,5 +39,6 @@ class Config {
setupFonts() {
Font.load("font_title", "assets/fonts/lunchds.ttf", 20)
+ Font.load("font_minecraft", "assets/fonts/dogicapixel.ttf", 8)
}
} \ No newline at end of file