From 8726c3e118ac310dae95fc30cdad10d23aebe97e Mon Sep 17 00:00:00 2001 From: Tomas Seniunas Date: Tue, 8 Jun 2021 18:58:32 +0900 Subject: [PATCH] Chat now inherits font and font size. --- src/scripts/chat/chat.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/scripts/chat/chat.lua b/src/scripts/chat/chat.lua index 15756a3..e58c082 100644 --- a/src/scripts/chat/chat.lua +++ b/src/scripts/chat/chat.lua @@ -10,7 +10,8 @@ function lotj.chat.setup() autoWrap = false, color = "black", scrollBar = true, - fontSize = 12, + font = getFont(), + fontSize = getFontSize(), }, contentsContainer) -- Set the wrap at a few characters short of the full width to avoid the scroll bar showing over text