Go to the source code of this file.
◆ XonoticHUDCenterprintDialog_fill()
void XonoticHUDCenterprintDialog_fill |
( |
entity |
me | ) |
|
Definition at line 8 of file dialog_hudpanel_centerprint.qc.
References dialog_hudpanel_main_checkbox(), dialog_hudpanel_main_settings(), entity(), and makeXonoticTextLabel().
11 string panelname =
"centerprint";
24 me.TD(me, 1, 2.6, e =
makeXonoticSlider(0, 1, 0.05,
"hud_panel_centerprint_fade_out"));
27 me.TD(me, 1, 3.8, e =
makeXonoticCheckBox(0,
"hud_panel_centerprint_flip", _(
"Flip messages order")));
38 me.TD(me, 1, 2.6, e =
makeXonoticSlider(0.5, 2, 0.1,
"hud_panel_centerprint_fontscale"));
42 me.TD(me, 1, 2.6, e =
makeXonoticSlider(0.5, 3, 0.2,
"hud_panel_centerprint_fontscale_bold"));
entity makeXonoticTextLabel(float theAlign, string theText)
entity makeXonoticSlider(float theValueMin, float theValueMax, float theValueStep, string theCvar)
entity makeXonoticCheckBox(float isInverted, string theCvar, string theText)