1 #include "dialog_credits.qh"
5 #include "../item/dialog.qh"
7 void XonoticCreditsDialog_fill(entity me)
11 me.TD(me, me.rows - 1, me.columns, me.creditsList = makeXonoticCreditsList());
12 me.gotoRC(me, me.rows - 1, 0);
13 me.TD(me, 1, me.columns, e = makeXonoticButton(_("OK"), '0 0 0'));
14 e.onClick = Dialog_Close;
17 void XonoticCreditsDialog_focusEnter(entity me)
19 me.creditsList.scrolling = time + 1;