Skip to content

Commit

Permalink
Merge pull request #213 from HaileyEira/master
Browse files Browse the repository at this point in the history
Increased chat font size.
  • Loading branch information
HumanGamer committed Mar 29, 2024
2 parents 9aa8b39 + f4e8687 commit a3c52b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions game/marble/client/ui/chathud/guiProfiles.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
borderColor = "0 0 0";

fontType = "Arial Bold";
fontSize = 16;
fontSize = 23;

opaque = 0;
fillColor = "0 0 0 80";
Expand Down Expand Up @@ -67,7 +67,7 @@
border = 0;

fontType = "Arial Bold";
fontSize = 16;
fontSize = 23;
};

new GuiControlProfile (ChatTextEditProfile : ChatTextProfile)
Expand Down

0 comments on commit a3c52b5

Please sign in to comment.