1 #include "dialog_hudpanel_engineinfo.qh"
3 #include "textlabel.qh"
6 void XonoticHUDEngineInfoDialog_fill(entity me)
9 string panelname = "engineinfo";
11 DIALOG_HUDPANEL_COMMON();
14 me.TD(me, 1, 4, e = makeXonoticTextLabel(0, _("Engine info:")));
17 me.TD(me, 1, 3.8, e = makeXonoticCheckBox(0, "hud_panel_engineinfo_framecounter_exponentialmovingaverage", _("Use an averaging algorithm for fps")));