Skip to content

Commit

Permalink
[Shared] Add support for sharper fonts (requires new assets; cvar: r_…
Browse files Browse the repository at this point in the history
…fontSharpness).

Originally written by fau for jk2mv.

(cherry picked from commit 97c7291)
  • Loading branch information
Daggolin authored and taysta committed Feb 19, 2024
1 parent 25fdba9 commit 2833f0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion codemp/rd-common/tr_font.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1839,7 +1839,6 @@ void R_InitFonts(void)
g_iNonScaledCharRange = INT_MAX; // default all chars to have no special scaling (other than user supplied)

r_fontSharpness = ri.Cvar_Get( "r_fontSharpness", "1", CVAR_ARCHIVE_ND, "" );

cl_coloredTextShadows = ri.Cvar_Get("cl_coloredTextShadows", "0", CVAR_ARCHIVE, "Toggle JK2 1.02-style colored text shadows");
}

Expand Down

0 comments on commit 2833f0f

Please sign in to comment.