Skip to content

Commit a3c52b5

Browse files
authored
Merge pull request #213 from HaileyEira/master
Increased chat font size.
2 parents 9aa8b39 + f4e8687 commit a3c52b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

game/marble/client/ui/chathud/guiProfiles.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
borderColor = "0 0 0";
3030

3131
fontType = "Arial Bold";
32-
fontSize = 16;
32+
fontSize = 23;
3333

3434
opaque = 0;
3535
fillColor = "0 0 0 80";
@@ -67,7 +67,7 @@
6767
border = 0;
6868

6969
fontType = "Arial Bold";
70-
fontSize = 16;
70+
fontSize = 23;
7171
};
7272

7373
new GuiControlProfile (ChatTextEditProfile : ChatTextProfile)

0 commit comments

Comments
 (0)