From 5320b0f4c3b106cb9012a99106175f589462e661 Mon Sep 17 00:00:00 2001 From: Hailey Eira <132620161+HaileyEira@users.noreply.github.com> Date: Fri, 29 Mar 2024 17:12:16 +0000 Subject: [PATCH] Increased chat font size. --- game/marble/client/ui/chathud/guiProfiles.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/marble/client/ui/chathud/guiProfiles.cs b/game/marble/client/ui/chathud/guiProfiles.cs index 4865c578..fb966719 100644 --- a/game/marble/client/ui/chathud/guiProfiles.cs +++ b/game/marble/client/ui/chathud/guiProfiles.cs @@ -29,7 +29,7 @@ borderColor = "0 0 0"; fontType = "Arial Bold"; - fontSize = 16; + fontSize = 23; opaque = 0; fillColor = "0 0 0 80"; @@ -67,7 +67,7 @@ border = 0; fontType = "Arial Bold"; - fontSize = 16; + fontSize = 23; }; new GuiControlProfile (ChatTextEditProfile : ChatTextProfile)