Skip to content

Commit

Permalink
Set the default infopanels font to "newconfont" (GZDoom 4.x and above).
Browse files Browse the repository at this point in the history
  • Loading branch information
MorthimerMcMare committed Jun 15, 2024
1 parent a54e42b commit 7455b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CVARINFO
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ user float lldm_zc_infopanel_starty = 8.0;
user float lldm_zc_infopanel_offsetx = 30.0;
user float lldm_zc_infopanel_scale = 1.0;
user float lldm_zc_infopanelparts_y_gap = 0.55;
user int lldm_zc_infopanel_fonttype = 0;
user int lldm_zc_infopanel_fonttype = 5;

user bool lldm_zc_infopanel_dimenabled = true;
user color lldm_zc_infopanel_dimcolor = "00 00 00";
Expand Down

0 comments on commit 7455b0e

Please sign in to comment.