]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/menu/xonotic/dialog_hudpanel_healtharmor.qh
Fix FL_WEAPON flag overlapping FL_JUMPRELEASED. This unintentional change was introdu...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / dialog_hudpanel_healtharmor.qh
1 #pragma once
2
3 #include "rootdialog.qh"
4 CLASS(XonoticHUDHealthArmorDialog, XonoticRootDialog)
5         METHOD(XonoticHUDHealthArmorDialog, fill, void(entity));
6         ATTRIB(XonoticHUDHealthArmorDialog, title, string, _("Health/Armor Panel"));
7         ATTRIB(XonoticHUDHealthArmorDialog, color, vector, SKINCOLOR_DIALOG_TEAMSELECT);
8         ATTRIB(XonoticHUDHealthArmorDialog, intendedWidth, float, 0.4);
9         ATTRIB(XonoticHUDHealthArmorDialog, rows, float, 16.5);
10         ATTRIB(XonoticHUDHealthArmorDialog, columns, float, 4);
11         ATTRIB(XonoticHUDHealthArmorDialog, name, string, "HUDhealtharmor");
12         ATTRIB(XonoticHUDHealthArmorDialog, requiresConnection, float, true);
13 ENDCLASS(XonoticHUDHealthArmorDialog)