mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-14 08:50:53 +00:00
Correct line spacing on title card font
This commit is contained in:
parent
f92f1f3527
commit
01a368632e
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ void HU_LoadGraphics(void)
|
|||
HU_SetFontProperties(&hu_font, 0, 4, 8, 12);
|
||||
HU_SetFontProperties(&tny_font, 0, 2, 4, 12);
|
||||
HU_SetFontProperties(&cred_font, 0, 16, 16, 16);
|
||||
HU_SetFontProperties(<_font, 0, 16, 20, 20);
|
||||
HU_SetFontProperties(<_font, 0, 16, 20, 16);
|
||||
HU_SetFontProperties(&ntb_font, 2, 4, 20, 21);
|
||||
HU_SetFontProperties(&nto_font, 0, 4, 20, 21);
|
||||
|
||||
|
|
Loading…
Reference in a new issue